BloombergLP::bdldfp::DecimalUtil::remainder

remainder overloads

Synopses

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...

Return Value

IEEE remainder of x divided by y

Parameters

NameDescription
xdividend
ydivisor