1.0.0 • Published 4 years ago

mathematica v1.0.0

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

mathematica

A JavaScript package for mathematical operations.



installation

npm i mathematica

example

const mathematica = require("mathematica");

const square = new mathematica.Square(10);
console.log(square);
// expected: Square { length = 10, width = 10 }
// getters: area, perimeter, diagonal

documentation

license

this package is MIT licensed.