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

Functions

long double fminl (long double x, long double y)
 Lower value. More...
 

Function Documentation

◆ fminl()

long double fminl ( long double  x,
long double  y 
)

Lower value.

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