Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> double remainder (double x, double y); | |
Description | These functions return the floating-point remainder from dividing x by y. More precisely, they return the value r = x - yn if y | |
Return val. | Floating-point remainder = x-ny | |
if y | ||
|
| depending on the function type, if y = 0. |
Errors |
| |
| y = 0 . | |
See also |
|