How can I most easily print a large number inexact...
# android
a
How can I most easily print a large number inexactly and in colloquial form? something like 5125 = “thousands”. Is there a library or an in built way?
e
closest I know of is https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/RuleBasedNumberFormat.html with spellout, but that's still more detail than you want