BloombergLP::bdldfp::DecimalImpUtil::subtract

subtract overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the difference of the specified decimal values.

static
DecimalImpUtil::ValueType128
subtract(
    ValueType128 lhs,
    ValueType128 rhs);
» more...

Subtract the value of the specified rhs from the value of the specified lhs as described by IEEE-754 and return the result.

static
DecimalImpUtil::ValueType32
subtract(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return the difference of the specified decimal values.

static
DecimalImpUtil::ValueType64
subtract(
    ValueType64 lhs,
    ValueType64 rhs);
» more...