Math387::IsInfNan Function

Overload List

#SignatureDescription
1bool IsInfNan(const TCplx &X);Checks if number is INF 0r NAN.
2bool IsInfNan(const TSCplx &X);
3bool IsInfNan(const double X);Checks if number is INF or NAN.

Overload 1: bool IsInfNan(const TCplx &X);

Checks if number is INF 0r NAN.

#NameTypeDescription
1Xconst TCplx &

Returns: true if complex number X is INF or NAN.

Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 2: bool IsInfNan(const TSCplx &X);

#NameTypeDescription
1Xconst TSCplx &
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 3: bool IsInfNan(const double X);

Checks if number is INF or NAN.

#NameTypeDescription
1Xconst double

Returns: true if real number X is INF or NAN.

See Also: Math387::IsNaN, Math387::IsInf
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler