7.12.12.3 The fmin functions
Synopsis
#include <math.h>
double fmin(double x, double y);
float fminf(float x, float y);
long double fminl(long double x, long double y);
Description
The fmin functions determine the minimum numeric value of their arguments.[1]
Returns
The fmin functions return the minimum numeric value of their arguments.
Footnotes