std::isnormal
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> bool isnormal( float arg ); |
( C++11) | |
bool isnormal( double arg ); |
( C++11) | |
bool isnormal( long double arg ); |
( C++11) | |
,
arg , .. , , , NaN. :
Determines if the given floating point number
arg is normal, i.e. is neither zero, subnormal, infinite, nor NaN. | arg |
.
(C++11) |
() |
(C++11) |
, () |
(C++11) |
, () |
(C++11) |
, NaN () |