MicrOS
|
#include "../math.h"
Functions | |
double | fmax (double x, double y) |
Higher value. More... | |
double fmax | ( | double | x, |
double | y | ||
) |
Higher value.
The fmax 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. |