BloombergLP::bdldfp::DecimalImpUtil::divide

Return the quotient of lhs divided by rhs.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType128
divide(
    ValueType128 lhs,
    ValueType128 rhs);

Return Value

the quotient of lhs divided by rhs

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand