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