@nexys/math-ts
TypeScript icon, indicating that this package has built-in type declarations

1.3.6 • Public • Published

TS Math

npm version TavisCI Deployment Publish

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)

Package Sidebar

Install

npm i @nexys/math-ts

Weekly Downloads

7

Version

1.3.6

License

MIT

Unpacked Size

44.7 kB

Total Files

71

Last publish

Collaborators

  • nexys