wm75 / numerize

Convert large numbers into readable numbers for humans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generalize calculations and symbol selection

wm75 opened this issue · comments

Instead of a handcrafted decision tree, one could select the symbol to use in a for loop that terminates when the number to numerize is smaller then the next power of 1000.