jmathematic

0.1.2 • Public • Published

jmathematic is Javascript library written in C++

We can use 4 basic operators plus, minus, divide and multiple. Using normal operators like + or - , we can get incorrect value For exaple 1.2 + 0.6 gave to us 1.7999999999999998. Now if we use plus(1.2, 0.6) it return 1.8.

const jmathematic = require('jmathematic');
Functions: jmathematic.plus, jmathematic.minus, jmathematic.divide and jmathematic.multiple

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i jmathematic

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

6.63 MB

Total Files

41

Last publish

Collaborators

  • sekru