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

std::fmin cppreference.com
cppreference.com

std::fmin

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>
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)
.
:
Returns the smaller of two floating point arguments.
Google.
. .

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

x, y
:
floating point values
Google.
. .

.
:
The smaller of two floating point values.
Google.
. .

.

(C++11)(C++11)(C++11)

() []

Web Proxy Viewer  |  New URL  |  Original Page