BloombergLP::bdldfp::DecimalImpUtil::log

log overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the natural logarithm of the specified x.

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

Return the natural (base e) logarithm of the specified x.

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

Return the natural logarithm of the specified x.

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