LN2 constant

double const LN2

A mathematical constant for the natural logarithm of 2, expressed as loge2, with an approximate value of 0.6931471805599453.

Implementation

static const LN2 = math.ln2;