Contents|Index|Previous|Next

nan, nanf
[representation of infinity]

SYNOPSIS
#include <math.h> 
double nan(void); 
float nanf(void);

DESCRIPTION
nan and nanf return an IEEE NaN (Not a Number) in double and single precision arithmetic respectively.