Manpage of NAN

Google
Web www.fiveanddime.net

NAN

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

1.38 `nan', `nanf'--representation of "Not a Number"

 

SYNOPSIS


     #include <math.h>
     double nan(const char *);
     float nanf(const char *);  

DESCRIPTION

`nan' and `nanf' return an IEEE NaN (Not a Number) in double- and single-precision arithmetic respectively. The argument is currently disregarded.

 

SEE ALSO

nan is part of the libm library. The full documentation for libm is maintained as a Texinfo manual. If info and libm are properly installed at your site, the command
info libm

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:25 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net