FMAX
Section: math routines (3)
Updated: 2002-07-28
Index
Return to Main Contents
NAME
fmax, fmaxf, fmaxl - find maximum value
SYNOPSIS
#include <math.h>
double fmax(double x, double y);
float fmaxf(float x, float y);
long double fmaxl(long double x, long double y);
Compile with -std=c99; link with -lm.
DESCRIPTION
Find the larger value of x and y.
CONFORMING TO
C99
SEE ALSO
fmin(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- CONFORMING TO
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 00:12:36 GMT, May 13, 2005
www.fiveanddime.net