logB overloads
Declared in <bdldfp_decimalimputil.h>
Return the unbiased exponent of the specified x.
static
DecimalImpUtil::ValueType128
logB(ValueType128 x);
» more...
Return the FLT_RADIX-based logarithm (i.e., base 10) of the absolute value of the specified x.
static
DecimalImpUtil::ValueType32
logB(ValueType32 x);
» more...
Return the unbiased exponent of the specified x.
static
DecimalImpUtil::ValueType64
logB(ValueType64 x);
» more...