Odin icon indicating copy to clipboard operation
Odin copied to clipboard

tprintf prints wrong value for negative numbers.

Open xzores opened this issue 2 years ago • 0 comments

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

xzores avatar Feb 10 '23 19:02 xzores