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