7.12.12.2 The fmax functions
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);
Description
The fmax functions determine the maximum numeric value of their arguments.[1]
Returns
The fmax functions return the maximum numeric value of their arguments.
Footnotes