remainder overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for remainder.
static
Decimal128
remainder(
Decimal128 x,
Decimal128 y);
» more...
Return the IEEE remainder of x divided by y.
static
Decimal32
remainder(
Decimal32 x,
Decimal32 y);
» more...
Same as the related overload above for remainder.
static
Decimal64
remainder(
Decimal64 x,
Decimal64 y);
» more...
IEEE remainder of x divided by y
| Name | Description |
|---|---|
| x | dividend |
| y | divisor |