UNPKG
const-log2e
Version:
latest (1.0.0)
1.0.0
0.0.0
Base 2 logarithm of Euler's number.
github.com/const-io/log2e
const-io/log2e
const-log2e
/
lib
/
index.js
10 lines
(5 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
// log2(e)
var
LOG2E
=
1.442695040888963407359924681001892137426645954152985934135
;
// EXPORTS //
module
.
exports
=
LOG2E
;