Return the difference of lhs and rhs.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
subtract(
ValueType128 lhs,
ValueType128 rhs);
the difference of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |