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

Support rounding modes #16

Closed mapu77 closed 6 years ago

mapu77 commented 6 years ago

It is a feature, a bug or an enhancement? This is an enhancement

Is it duplicated? Could be related to #11.

Description: It would be great to support rounding modes just as BigDecimal Java Library or Decimal Python Library do: (ignore ROUND_CEILING and ROUND_FLOOR, since there are already specific methods for that)

Btw, thanks for this great library 🎉

royNiladri commented 6 years ago

Closed because of #11