BloombergLP::bdldfp::DecimalUtil::log10

log10 overloads

Synopses

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...