GNU/Linux |
CentOS 5.3 |
|
![]() |
fminl(3) |
![]() |
fmin, fminf, fminl − find minimum value
#include <math.h>
double
fmin(double x, double y);
float fminf(float x, float y);
long double fminl(long double x, long
double y);
Compile with −std=c99; link with −lm.
Find the lesser value of x and y.
C99
fmax(3)
![]() |
fminl(3) | ![]() |