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

std::islessequal cppreference.com
cppreference.com

std::islessequal

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

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

true x <= y, false
:
true if x <= y, false otherwise
Google.
. .

operator<= FE_INVALID NaN. "" operator<=.
:
The built-in 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 operator<=.
Google.
. .

.

, x <= y
( ) []
,
() []

Web Proxy Viewer  |  New URL  |  Original Page