log2e property

num get log2e

The base-2 logarithm of e.

Implementation

_i2.num get log2e => _i6.getProperty(
      this,
      'LOG2E',
    );