MicrOS
|
#include "../math.h"
Functions | |
float | fmodf (float numer, float denom) |
Compute remainder of division. More... | |
float fmodf | ( | float | numer, |
float | denom | ||
) |
Compute remainder of division.
The fmodf functions compute the floating-point remainder of x/y.
numer | Value of the quotient numerator. |
denom | Value of the quotient denominator. |