0.1.2 • Published 6 years ago

jmathematic v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago