BloombergLP::bdldfp::DecimalImpUtil::divide

divide overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the quotient of the specified decimal values.

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

Divide the value of the specified lhs by the value of the specified rhs as described by IEEE-754, and return the result.

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

Return the quotient of the specified decimal values.

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