std::fmin
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> float fmin( float x, float y ); |
(1) | ( C++11) |
double fmin( double x, double y ); |
(2) | ( C++11) |
long double fmin( long double x, long double y ); |
(3) | ( C++11) |
Promoted fmin( Arithmetic x, Arithmetic y ); |
(4) | ( C++11) |
.
4)
- ,
double. long double, long double, double.:
If any argument has integral type, it is cast to
double. If any other argument is long double, then the return type is long double, otherwise it is double.| x, y |
.
.
(C++11)(C++11)(C++11) |
() |