log overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for log.
static
Decimal128
log(Decimal128 x);
» more...
Return the natural (base e) logarithm of the specified x.
static
Decimal32
log(Decimal32 x);
» more...
Same as the related overload above for log.
static
Decimal64
log(Decimal64 x);
» more...