@nexys/math-ts

[![npm version](https://badge.fury.io/js/%40nexys%2Fmath-ts.svg)](https://www.npmjs.com/package/@nexys/math-ts) [![TavisCI](https://travis-ci.com/Nexysweb/tableau-wdc-react.svg?branch=master)](https://travis-ci.com/github/Nexysweb/math-ts) [![Deployment](

Usage no npm install needed!

<script type="module">
  import nexysMathTs from 'https://cdn.skypack.dev/@nexys/math-ts';
</script>

README

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)