FMIN(3) Linux Programmer's Manual FMIN(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.

Return the lesser value of x and y.

C99

fmax(3)

This page is part of release 2.75 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/.

2002-07-28

Different Versions of this Page: