BloombergLP::bdldfp::DecimalImpUtil::remainder

Return the IEEE remainder of x divided by y.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the IEEE remainder of x divided by y.

static
DecimalImpUtil::ValueType128
remainder(
    ValueType128 x,
    ValueType128 y);
» more...

Return the IEEE remainder of x divided by y.

static
DecimalImpUtil::ValueType32
remainder(
    ValueType32 x,
    ValueType32 y);
» more...

Return the IEEE remainder of x divided by y.

static
DecimalImpUtil::ValueType64
remainder(
    ValueType64 x,
    ValueType64 y);
» more...

Return Value

the IEEE remainder of x divided by y

Parameters

NameDescription
xdividend
ydivisor