remainder overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for remainder.
static
Decimal128
remainder(
Decimal128 x,
Decimal128 y);
Return the IEEE remainder of x divided by y.
Same as the related overload above for remainder.
Return Value
IEEE remainder of x divided by y
Parameters
Name |
Description |
x |
dividend |
y |
divisor |
Created with MrDocs