NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
bool isNAN ( float  value)
inline

Is the value NaN.

Returns true if the floating point value is NaN (not a number).

Parameters
valueA floating point variable.
Returns
Whether the value is NaN.
Examples:
ex_isnan.nxc, and ex_labs.nxc.