MicrOS
fmaxl.c File Reference
#include "../math.h"

Functions

long double fmaxl (long double x, long double y)
 Higher value. More...
 

Function Documentation

◆ fmaxl()

long double fmaxl ( long double  x,
long double  y 
)

Higher value.

The fmaxl functions determine the maximum numeric value of their arguments.

Parameters
xValue among which the function selects a maximum.
yValue among which the function selects a maximum.
Returns
The fmaxl functions return the maximum numeric value of their arguments.