Return the IEEE-754 difference of two decimal values.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType128
subtract(
ValueType128 lhs,
ValueType128 rhs);
difference of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand decimal operand |
| rhs | right-hand decimal operand |