Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool IsNanInf(const TCplx &X); | Checks if number is INF or NAN. |
| 2 | bool IsNanInf(const TSCplx &X); | |
| 3 | bool IsNanInf(const double X); | Checks if number is INF or NAN. |
Overload 1: bool IsNanInf(const TCplx &X);
Checks if number is INF or NAN.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: true if real number X is INF or NAN.
See Also: Math387::IsInfNan, Math387::IsInf
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: bool IsNanInf(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: bool IsNanInf(const double X);
Checks if number is INF or NAN.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Returns: true if real number X is INF or NAN.
See Also: Math387::IsInfNan, Math387::IsInfNan
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler