-
Fix incorrect output from qa_format_number · 8f780c62
Decimals for non-compact numbers were being incorrectly removed. Numbers were being rounded twice (123456789 -> 124k not 123k). Numbers larger than 1 billion were being incorrectly shortened.
Scott authored
×