Attempt at a simple math (linear algebra, statistics) library in typescript (no dependencies).
with Yarn yarn add @nexys/math-ts
or NPM npm i @nexys/math-ts
.
This module has 0 dependencies and works both on the browser and with Node
https://nexysweb.github.io/math-ts/ (WIP)
const * as Math from '@nexys/math-ts';
// displays list of modules
console.log(Math)