MicrOS
|
#include "../math.h"
Functions | |
float | fdimf (float x, float y) |
Positive difference. More... | |
float fdimf | ( | float | x, |
float | y | ||
) |
Positive difference.
The fdimf functions determine the positive difference between their arguments.
x | Value whose difference is calculated. |
y | Value whose difference is calculated. |