7.12.12.3 The fmin functions

Synopsis

1

#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

2

The fmin functions determine the minimum numeric value of their arguments.[1]

Returns

3

The fmin functions return the minimum numeric value of their arguments.

Footnotes