7.12.12.2 The fmax functions

Synopsis

1

#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

2

The fmax functions determine the maximum numeric value of their arguments.[1]

Returns

3

The fmax functions return the maximum numeric value of their arguments.

Footnotes