BloombergLP::bdldfp::DecimalImpUtil::log10

Return the common (base-10) logarithm of x.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the common (base-10) logarithm of x.

static
DecimalImpUtil::ValueType128
log10(ValueType128 x);
» more...

Return the common (base-10) logarithm of x.

static
DecimalImpUtil::ValueType32
log10(ValueType32 x);
» more...

Return the common (base-10) logarithm of x.

static
DecimalImpUtil::ValueType64
log10(ValueType64 x);
» more...

Return Value

the common (base-10) logarithm of x

Parameters

NameDescription
xinput value