Return the common (base‐10) logarithm of x.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
log10(ValueType128 x);
Return Value
the common (base‐10) logarithm of x
Parameters
Name |
Description |
x |
input value |
Created with MrDocs