sameQuantum overloads
Declared in <bdldfp_decimalutil.h>
Same as the overload taking Decimal64.
static
bool
sameQuantum(
Decimal128 x,
Decimal128 y);
» more...
Return true if the specified x and y values have the same quantum exponents, and false otherwise. If both arguments are NaN or both arguments are infinity, they have the same quantum exponents. Note that if exactly one operand is NaN or exactly one operand is infinity, they do not have the same quantum exponents.
static
bool
sameQuantum(
Decimal32 x,
Decimal32 y);
» more...
Same as the related overload above for sameQuantum.
static
bool
sameQuantum(
Decimal64 x,
Decimal64 y);
» more...