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