logB overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for logB.
static
Decimal128
logB(Decimal128 x);
» more...
Return the FLT_RADIX-based logarithm of the absolute value of x.
static
Decimal32
logB(Decimal32 x);
» more...
Same as the related overload above for logB.
static
Decimal64
logB(Decimal64 x);
» more...
FLT_RADIX-based logarithm of the absolute value of x
| Name | Description |
|---|---|
| x | value whose radix-based logarithm is returned |