SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » isnan()
Location: math.h
math.h
isnan()
IMPORT_C int isnan(double);
tests whether d is NaN
double
floating point value.
int
non-zero if d is NaN. Otherwise, 0 is returned.
Copyright ©2008 Symbian Software Ltd.