UNPKG
16
Version:
latest (0.0.2)
0.0.2
0.0.1
A scientific Computing Library like R and Matlab
16
/
jslab.js
10 lines
(7 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
N
=
require(
"numeric"
);
var
jslab
=
{ inv:N.inv, dot:N.dot, str:N.prettyPrint }
module
.
exports
= jslab;