Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <math.h> double fmod(double x, double y); These functions calculate the remainder of the division x/y. The remainder has the same sign as the dividend x and its absolute value is always less than the divisor y. | |
Return val. | Remainder of the division x/y as a floating-point number | |
if successful. | ||
0 | if y = 0. |