[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/numeric/math/isnormal [Back]  [Original]

std::isnormal cppreference.com
cppreference.com

std::isnormal

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++17)
(C++20)
(C++11)
(C++11)
(C++17)
(C++17)
(C++20)
(C++20)
(C++11)
(C++17)
(C++20)
(C++23)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
 
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)
(C++11)
/
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
-
(C++11)(C++11)(C++11)(C++11)(C++11)
 
<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.
Google.
. .

arg
:
floating point value
Google.
. .

true arg , false
:
true if arg is normal, false otherwise
Google.
. .

.


() []
(C++11)
,
() []
(C++11)
,
() []
(C++11)
, NaN
() []

Web Proxy Viewer  |  New URL  |  Original Page