Mathematica Mathematical operations in JavaScript Install npm i @neojsdev/mathematica Usage const math = require('@neojsdev/mathematica') const plus = (x, y) => x + y console.log(math(2, plus, 2)) // 4 License MIT