BloombergLP::bdldfp::DecimalImpUtil::log

Return the natural logarithm of x.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the natural logarithm of x.

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

Return the natural logarithm of x.

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

Return the natural logarithm of x.

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

Return Value

the natural logarithm of x

Parameters

NameDescription
xinput value