mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 01:42:22 -07:00
adcc865c70
It seems like `%.2f` is the correct implementation of "precision 2" for displaying floats, not `$.3f`. It prints two decimal places. Either that or the next case (`%8.3f`) would be wrong instead, if it's the other way around. So, there's a mistake here one way or the other at the least.