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

std::isunordered cppreference.com
cppreference.com

std::isunordered

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 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.
Google.
. .

x
:
floating point value
Google.
. .
y
:
floating point value
Google.
. .

true, x y NaN, false
:
true if either x or y is NaN, false otherwise
Google.
. .

.


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

Web Proxy Viewer  |  New URL  |  Original Page