std::fpclassify
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> int fpclassify( float arg ); |
( C++11) | |
int fpclassify( double arg ); |
( C++11) | |
int fpclassify( long double arg ); |
( C++11) | |
arg : , , , , NAN, . :
Categorizes floating point value
arg into the following categories: zero, subnormal, normal, infinite, NAN, or implementation-defined category. | arg |
FP_INFINITE, FP_NAN, FP_NORMAL, FP_SUBNORMAL, FP_ZERO ,
arg.:
one of FP_INFINITE, FP_NAN, FP_NORMAL, FP_SUBNORMAL, FP_ZERO or implementation-defined type, specifying the category of
arg..
(C++11) |
, () |
(C++11) |
, () |
(C++11) |
, NaN () |
(C++11) |
, () |
| . ( ) |