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