gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Fix Qty#toPrec rounding #3

Closed gentooboontoo closed 10 years ago

gentooboontoo commented 10 years ago

Reported by Adam Abrams: new Qty('0.8 cu').toPrec('0.25 cu') returns 0.8 cu but should return 0.75 cu