0.0.4 • Published 7 years ago

math-float v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago