Return the IEEE remainder of x divided by y.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
remainder(
ValueType128 x,
ValueType128 y);
Return Value
the IEEE remainder of x divided by y
Parameters
Name |
Description |
x |
dividend |
y |
divisor |
Created with MrDocs