Return the floating-point remainder of x divided by y.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType64
fmod(
ValueType64 x,
ValueType64 y);
the floating-point remainder of x divided by y
| Name | Description |
|---|---|
| x | dividend |
| y | divisor |