0.1.3 • Published 4 years ago

mathmats v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Mathmats

Simple math library written in TypeScript

Getting started

Install Mathmats using npm or yarn

npm install mathmats

yarn add mathmats

You can import library in your code

const mathm = require('mathmats')
let result = mathm.doLinesIntersect([0, 0], [12, 12], [12, 0], 

More details can be found in documentation.

Documentation

Contribution

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago