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