nan
, nanf
---representation of infinity#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 respectivly.
Go to the first, previous, next, last section, table of contents.