UNPKG
@stdlib/constants-float64-log10-e
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Base 10 logarithm of Euler's number.
stdlib.io
stdlib-js/constants-float64-log10-e
@stdlib/constants-float64-log10-e
/
dist
/
index.js
4 lines
(3 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
var
e=
.4342944819032518
;
module
.
exports
=e;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map