LOG10E constant

double const LOG10E

A mathematical constant for the base-10 logarithm of the constant e (Math.E), expressed as log10e, with an approximate value of 0.4342944819032518.

Implementation

static const LOG10E = math.log10e;