LN10 constant

double const LN10

A mathematical constant for the natural logarithm of 10, expressed as loge10, with an approximate value of 2.302585092994046.

Implementation

static const LN10 = math.ln10;