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

Functions

float fmaxf (float x, float y)
 Higher value. More...
 

Function Documentation

◆ fmaxf()

float fmaxf ( float  x,
float  y 
)

Higher value.

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