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