UNPKG
const-ln2
Version:
latest (1.0.0)
1.0.0
0.0.0
Natural logarithm of 2.
github.com/const-io/ln2
const-io/ln2
const-ln2
/
lib
/
index.js
10 lines
(5 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
// ln(2)
var
LN2
=
6.93147180559945309417232121458176568075500134360255254120680009493393621969694715605863326996418687542001481021e-01
;
// EXPORTS //
module
.
exports
=
LN2
;