/mathmats

Simple math library in TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

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.