A JavaScript package for mathematical operations.
npm i mathematicaconst mathematica = require("mathematica");
const square = new mathematica.Square(10);
console.log(square);
// expected: Square { length = 10, width = 10 }
// getters: area, perimeter, diagonalthis package is MIT licensed.