BloombergLP::bdldfp::DecimalImpUtil::fmod

fmod overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the floating-point remainder of x divided by y.

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

Return the remainder of the division of the specified x by the specified y. The returned value has the same sign as x and is less than y in magnitude.

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

Return the floating-point remainder of x divided by y.

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