1.1.0 • Published 7 months ago

@otherwa/quick-mafs v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Quick-Mafs

Quick-Mafs is a Node package that provides advanced mathematical functions to simplify your calculations. Whether you need to convert equations or calculate geometric properties, Quick-Mafs has got you covered!

Installation

npm i @otherwa/quick-mafs --save

Usage

const AdvMath = require('@otherwa/quick-mafs');
let math = new AdvMath();

console.log(math.linearEquations.slopeInterceptToGeneral(-2, 3));
// 2x + 1y + -3 = 0

console.log(math.mensurationEquations.circleArea(3));
// 28.274333882308138

console.log(math.quadraticEquations.permutation(6, 2));
// 30

Get ready to do some quick mafs with ease! 🧮✨

1.1.0

7 months ago

1.0.8

7 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.4

1 year ago

1.0.3

1 year ago