Return the natural logarithm of x.
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...
the natural logarithm of x
| Name | Description |
|---|---|
| x | input value |