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