1FMIN(3)                          math routines                         FMIN(3)
2
3
4

NAME

6       fmin, fminf, fminl - find minimum value
7

SYNOPSIS

9       #include <math.h>
10
11       double fmin(double x, double y);
12       float fminf(float x, float y);
13       long double fminl(long double x, long double y);
14
15       Compile with -std=c99; link with -lm.
16

DESCRIPTION

18       Find the lesser value of x and y.
19

CONFORMING TO

21       C99
22

SEE ALSO

24       fmax(3)
25
26
27
28                                  2002-07-28                           FMIN(3)
Impressum