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

std::isnan cppreference.com
cppreference.com

std::isnan

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 isnan( float arg );
( C++11)
bool isnan( double arg );
( C++11)
bool isnan( long double arg );
( C++11)
, arg - (NaN).
:
Determines if the given floating point number arg is not-a-number (NaN).
Google.
. .

arg
:
floating point value
Google.
. .

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

.


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

Web Proxy Viewer  |  New URL  |  Original Page