std::islessequal
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<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.| x | ||
| y |
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<=..
, x <= y ( ) | |
(C++11) |
, () |