Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: math.h

isnan()

IMPORT_C int isnan(double);

Description

tests whether d is NaN

Parameters

double

floating point value.

Return value

int

non-zero if d is NaN. Otherwise, 0 is returned.