UNPKG

16

Version:

A scientific Computing Library like R and Matlab

10 lines (7 loc) 122 B
var N = require("numeric"); var jslab = { inv:N.inv, dot:N.dot, str:N.prettyPrint } module.exports = jslab;