approximate-number icon indicating copy to clipboard operation
approximate-number copied to clipboard

Support quadrillions and quintillions

Open nfriedly opened this issue 1 year ago • 0 comments

JS's max safe integer is about 9 quadrillion, but there's no reason to stop there when we're approximating anyways.

Since both quadrillion and quintillion start with a "q", we'd want to choose something longer like "quad" and "quint". And maybe have an option to spell out the word.

See also:

  • https://en.wikipedia.org/wiki/Names_of_large_numbers
  • https://stackoverflow.com/q/25502521/933879

nfriedly avatar Jul 25 '23 16:07 nfriedly