LOG2E constant

double const LOG2E

A mathematical constant for the base-2 logarithm of the constant e, expressed as log2e, with an approximate value of 1.442695040888963387.

Implementation

static const LOG2E = math.log2e;