BloombergLP::bdldfp::DecimalImpUtil::divide

Return the quotient of lhs divided by rhs.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the quotient of lhs divided by rhs.

static
DecimalImpUtil::ValueType128
divide(
    ValueType128 lhs,
    ValueType128 rhs);
» more...

Return the quotient of lhs divided by rhs.

static
DecimalImpUtil::ValueType32
divide(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return the quotient of lhs divided by rhs.

static
DecimalImpUtil::ValueType64
divide(
    ValueType64 lhs,
    ValueType64 rhs);
» more...

Return Value

the quotient of lhs divided by rhs

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand