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

std::islessgreater cppreference.com
cppreference.com

std::islessgreater

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 islessgreater( float x, float y );
( C++11)
bool islessgreater( double x, double y );
( C++11)
bool islessgreater( long double x, long double y );
( C++11)
, x , y, .
:
Determines if the floating point number x is less than or greater than the floating-point number y, without setting floating-point exceptions.
Google.
. .

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

true x < y || x > y, false
:
true if x < y || x > y, false otherwise
Google.
. .

operator< operator> FE_INVALID NaN. "" x < y || x > y.
:
The built-in operator< and operator> for floating-point numbers may raise FE_INVALID if one or both of the arguments is NaN. This function is a "quiet" version of the expression x < y || x > y.
Google.
. .

.

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

Web Proxy Viewer  |  New URL  |  Original Page