wm75 / numerize

Convert large numbers into readable numbers for humans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avoid using the decimal module

wm75 opened this issue · comments

There is no real reason to use the decimal module in numerize. With a bit of care, the built-in round() function should be all that's needed here.