@nexys/math-ts
Version:
[](https://www.npmjs.com/package/@nexys/math-ts) [](https://travis-ci.com/github/Nexysweb/math-ts) [ • 1 kB
Markdown
# TS Math
[](https://www.npmjs.com/package/@nexys/math-ts)
[](https://travis-ci.com/github/Nexysweb/math-ts)
[](https://github.com/Nexysweb/math-ts/actions/workflows/deploy.yml)
[](https://github.com/Nexysweb/math-ts/actions/workflows/publish.yml)
Attempt at a simple math (linear algebra, statistics) library in typescript (no dependencies).
## Install
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
## Documentation and Examples
https://nexysweb.github.io/math-ts/ (WIP)
## Usage
```
const * as Math from '@nexys/math-ts';
// displays list of modules
console.log(Math)
```