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

NAME

6       fmax, fmaxf, fmaxl - find maximum value
7

SYNOPSIS

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

DESCRIPTION

18       Find the larger value of x and y.
19

CONFORMING TO

21       C99
22

SEE ALSO

24       fmin(3)
25
26
27
28                                  2002-07-28                           FMAX(3)
Impressum