UNPKG

const-log2e

Version:

Base 2 logarithm of Euler's number.

10 lines (5 loc) 140 B
'use strict'; // log2(e) var LOG2E = 1.442695040888963407359924681001892137426645954152985934135; // EXPORTS // module.exports = LOG2E;