Always add decimal when printing float
This commit is contained in:
parent
533c616cb8
commit
5c0f2414cd
31 changed files with 241 additions and 141 deletions
|
|
@ -13,12 +13,12 @@ GDTEST_OK
|
|||
---
|
||||
-1234.4567
|
||||
-1234.4567
|
||||
-1234
|
||||
-1234
|
||||
-1234.0
|
||||
-1234.0
|
||||
0.4567
|
||||
0.4567
|
||||
---
|
||||
-1234500
|
||||
-1234500
|
||||
-1234500
|
||||
-1234500
|
||||
-1234500.0
|
||||
-1234500.0
|
||||
-1234500.0
|
||||
-1234500.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue