Return the IEEE-754 quotient of two decimal values.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType64
divide(
ValueType64 lhs,
ValueType64 rhs);
quotient of lhs divided by rhs
| Name | Description |
|---|---|
| lhs | left-hand decimal operand |
| rhs | right-hand decimal operand |