ln10 top-level constant
Natural logarithm of 10.
The natural logarithm of 10 is the number such that pow(E, LN10) == 10
.
This value is not exact, but it is the closest representable double to the
exact mathematical value.
Implementation
const double ln10 = 2.302585092994046;