MicrOS
|
#include "../math.h"
Functions | |
long double | fminl (long double x, long double y) |
Lower value. More... | |
long double fminl | ( | long double | x, |
long double | y | ||
) |
Lower value.
The fminl functions determine the minimum numeric value of their arguments.
x | Value among which the function selects a minimum. |
y | Value among which the function selects a minimum. |