UNPKG
math-ln
Version:
latest (1.0.0)
1.0.0
0.0.0
Natural logarithm.
github.com/math-io/ln
math-io/ln
math-ln
/
lib
/
index.js
6 lines
(3 loc)
•
57 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// EXPORTS //
module
.
exports
=
Math
.
log
;