Return the radix‐based logarithm of the absolute value of x.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the radix‐based logarithm of the absolute value of x.
static
DecimalImpUtil::ValueType128
logB(ValueType128 x);
Return the radix‐based logarithm of the absolute value of x.
static
DecimalImpUtil::ValueType32
logB(ValueType32 x);
Return the radix‐based logarithm of the absolute value of x.
static
DecimalImpUtil::ValueType64
logB(ValueType64 x);
Return Value
the radix‐based logarithm of the absolute value of x
Parameters
Name |
Description |
x |
input value |
Created with MrDocs