log10 overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for log10.
static
Decimal128
log10(Decimal128 x);
» more...
Return the common (base-10) logarithm of the specified x.
static
Decimal32
log10(Decimal32 x);
» more...
Same as the related overload above for log10.
static
Decimal64
log10(Decimal64 x);
» more...
common (base-10) logarithm of x
| Name | Description |
|---|---|
| x | value whose base-10 logarithm is returned |