UNPKG

jslab

Version:

A Scientific Computing Library like R and Matlab

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