mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
For floats we would previously only do the division, but not the truncation for floats. This would result in incorrect values being returned.
For floats we would previously only do the division, but not the truncation for floats. This would result in incorrect values being returned.