0.0.4 • Published 6 years ago

math-float v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

WARNING!!!

DO NOT USE THIS PACKAGE DUE TO IT IS INCOMPLETE AND INCORRECT

mathFloat

Just a tool for float number calculation in javascript.

usage

npm install math-float --save
var mathFloat = require('math-float');
var sum = mathFloat.add(0.1, 0.2);
var arr = [0.1, 0.2, 0.3, 0.4];
var sum_1 = mathFloat.add.apply(null, arr);

methods

mathFloat.add()
mathFloat.sub()
mathFloat.multi()

LICENSE

MIT

0.0.4

6 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago