Odin
Odin copied to clipboard
tprintf prints wrong value for negative numbers.
In version dev-2023-02-nightly:fcc920ed of Odin fmt.tprintf("%32.16f", -0.01) will print 0000000000000-0.0100000000000000 When it should print -00000000000000.0100000000000000
Same for printf