nan, nanf, nanl
Vrátí hodnotu quiet NaN.
double nan( const char* input ); float nanf( const char* input ); long double nanl( const char* input );
Parametry
- input
Řetězcová hodnota.
Vrácená hodnota
nan Funkce vrátit hodnotu quiet NaN.
Poznámky
nan Funkce vrátit hodnotu s plovoucí desetinnou čárkou, která určuje, že na tichém (bez signalizaci) NaN.input Hodnota je ignorována.Informace o tom, jak je vyjádřena NaN pro výstup naleznete v tématu printf, _printf_l, wprintf, _wprintf_l.
Požadavky
Funkce |
C záhlaví |
Záhlaví C++ |
---|---|---|
nan, nanf, nanl |
< math.h > |
<cmath> |