std::isunordered
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> bool isunordered( float x, float y ); |
( C++11) | |
bool isunordered( double x, double y ); |
( C++11) | |
bool isunordered( long double x, long double y ); |
( C++11) | |
,
x y , , NaN , , .:
Determines if the floating point numbers
x and y are unordered, that is, one or both are NaN and thus cannot be meaningfully compared with each other.| x | ||
| y |
.
(C++11) |
() |
(C++11) |
, NaN () |