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

Functions

double fmax (double x, double y)
 Higher value. More...
 

Function Documentation

◆ fmax()

double fmax ( double  x,
double  y 
)

Higher value.

The fmax 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 fmax functions return the maximum numeric value of their arguments.