@neojsdev/mathematica

1.0.3 • Public • Published

Mathematica

Build Status

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

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i @neojsdev/mathematica

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.48 kB

Total Files

6

Last publish

Collaborators

  • neosiae