log overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for log.
static
Decimal128
log(Decimal128 x);
Return the natural (base e) logarithm of the specified x.
Same as the related overload above for log.
Return Value
natural (base e) logarithm of x
Parameters
Name |
Description |
x |
value whose natural logarithm is returned |
Created with MrDocs