delorie.com/djgpp/doc/libc/libc_593.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <math.h> float nanf(const char *tagp); |
nanf
returns a quiet NaN with contents indicated by tagp.
The quiet NaN.
If quiet NaNs are not supported, zero is returned. DJGPP supports quiet NaNs.
ANSI/ISO C | C99; not C89 |
float f = nanf("0x1234"); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |