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

Functions

float fminf (float x, float y)
 Lower value. More...
 

Function Documentation

◆ fminf()

float fminf ( float  x,
float  y 
)

Lower value.

The fminf functions determine the minimum numeric value of their arguments.

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