royNiladri / js-big-decimal

Work with large numbers on the client side with high precision.
https://www.npmjs.com/package/js-big-decimal
MIT License
156 stars 28 forks source link

Rounding flags - Round up (ceil), Round down (floor), round half #11

Closed royNiladri closed 6 years ago

royNiladri commented 7 years ago

Implement different rounding methods.

royNiladri commented 7 years ago

Floor and ceil done.

royNiladri commented 6 years ago

v1.2.0 Released with the support for rounding modes. Cheers!!!