|
VMS Help CPML, isnan(), Description *Conan The Librarian |
isnan() returns 1 (true) if x is NaN (the IEEE floating-point
reserved Not-a-Number value) and 0 (false) otherwise.
Entry-Point Names
Generic Compaq
Function Data Type OpenVMS Tru64 UNIX
Name Required Alpha Alpha
isnan S_FLOAT math$isnan_s isnanf
T_FLOAT math$isnan_t isnan
X_FLOAT math$isnan_x isnanl
F_FLOAT math$isnan_f
G_FLOAT math$isnan_g
|
|