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