log10 overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the base‐10 logarithm of the specified x.
static
DecimalImpUtil::ValueType128
log10(ValueType128 x);
Return the common (base‐10) logarithm of the specified x.
static
DecimalImpUtil::ValueType32
log10(ValueType32 x);
Return the base‐10 logarithm of the specified x.
static
DecimalImpUtil::ValueType64
log10(ValueType64 x);
Created with MrDocs