UNPKG
math-evalpoly
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.0
Evaluates a polynomial.
github.com/math-io/evalpoly
math-io/evalpoly
math-evalpoly
/
lib
/
index.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// EXPORTS //
module
.
exports
=
require
(
'./evalpoly.js'
);
module
.
exports
.
factory
=
require
(
'./factory.js'
);