BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::divide

Return the IEEE-754 quotient of two decimal values.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalImpUtil_IntelDfp::ValueType64
divide(
    ValueType64 lhs,
    ValueType64 rhs);

Return Value

quotient of lhs divided by rhs

Parameters

NameDescription
lhsleft-hand decimal operand
rhsright-hand decimal operand