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