npm.io
1.0.0 • Published 5 years ago

mathematica

Licence
MIT
Version
1.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
1

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.

Keywords