delorie.com/djgpp/doc/libc/libc_594.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <math.h> long double nanl(const char *tagp); |
nanl
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 |
long double ld = nanl("0x1234"); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |