Math387::IsNaN Function

Overload List

#SignatureDescription
1bool IsNaN(const TCplx &X);Checks if number is NAN.
2bool IsNaN(const TSCplx &X);
3bool IsNaN(const double X);Checks if number is NAN.

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

Checks if number is NAN.

#NameTypeDescription
1Xconst TCplx &

Returns: true if complex number X is NAN.

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

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

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

Overload 3: bool IsNaN(const double X);

Checks if number is NAN.

#NameTypeDescription
1Xconst double

Returns: true if real number X is NAN.

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