BloombergLP::bdldfp::DecimalImpUtil::remainder

Return the IEEE remainder of x divided by y.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType64
remainder(
    ValueType64 x,
    ValueType64 y);

Return Value

the IEEE remainder of x divided by y

Parameters

NameDescription
xdividend
ydivisor