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.