Return the quotient of lhs divided by rhs.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType64
divide(
ValueType64 lhs,
ValueType64 rhs);
the quotient of lhs divided by rhs
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |