[Contents] [Previous Section] [Next Section] [Index]


isnan-Check for NaN Value

Interface

int isnan (F_TYPE x)

Description

isnan() returns 1 (true) if x is NaN (the IEEE floating-point reserved Not-a-Number value) and 0 (false) otherwise.

Exceptions

None.