Commit Graph

6 Commits

Author SHA1 Message Date
Mark Umnus
6d663f4157 Fix formatting of decimal powers below 1 million
The previous implementation truncated even 10.0 to 1, because it cut away any
combination of trailing 0's and .'s.
2021-02-01 01:25:58 +01:00
ChJR
6da4d9714a Add more tests for general formatting of floating numbers
Check for trailing zeros.
2020-11-20 03:14:19 +09:00
ChJR
245ed70e4f Add tests for general formatting of floating numbers
Check for trailing zeros.
2020-11-19 23:07:54 +09:00
ChJR
07a857b4ad Add tests for formatting floating numbers 2020-11-10 02:30:51 +09:00
ChJR
729aeff795 Move tests to extra_tests. 2020-10-26 00:45:30 +09:00
Jeong YunWon
e62a164f4d Move tests -> extra_tests 2020-09-13 06:58:57 +09:00