GNU/Linux |
CentOS 3.1 |
|
![]() |
fmaxl(3) |
![]() |
fmax − find maximum value
#include <math.h>
double fmax(double x, double y);
float fmaxf(float x, float y);
long double fmaxl(long double x, long double y);
Find the larger value of x and y.
C99
fmin(3)
![]() |
fmaxl(3) | ![]() |