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

Functions

double fmin (double x, double y)
 Lower value. More...
 

Function Documentation

◆ fmin()

double fmin ( double  x,
double  y 
)

Lower value.

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