fmin, fminf, fminl - find minimum value
Synopsis
Description
#include <math.h>double fmin(double x, double y);
float fminf(float x, float y);
long double fminl(long double x, long double y);
Find the lesser value of x and y.
C99
fmax(3)
| FMIN (3) | 2002-07-28 |