Return the radix-based logarithm of the absolute value of x.
Declared in <bdldfp_decimalimputil.h>
Return the radix-based logarithm of the absolute value of x.
static
DecimalImpUtil::ValueType128
logB(ValueType128 x);
» more...
Return the radix-based logarithm of the absolute value of x.
static
DecimalImpUtil::ValueType32
logB(ValueType32 x);
» more...
Return the radix-based logarithm of the absolute value of x.
static
DecimalImpUtil::ValueType64
logB(ValueType64 x);
» more...
the radix-based logarithm of the absolute value of x
| Name | Description |
|---|---|
| x | input value |