mathmats
v0.1.3
Published
Simple math library written in TypeScript
Downloads
11
Readme
Mathmats
Simple math library written in TypeScript
Getting started
Install Mathmats using npm or yarn
npm install mathmats
yarn add mathmatsYou 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.
