mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 16:45:27 +00:00
3543f28320
Closes #21311 The sign of the result `r` needs to be initialized before the correction `r.addScalar(r.toConst(), -1)`, or the intended end result could be off by 2 (depending on the original sign of `r`). |
||
---|---|---|
.. | ||
int_test.zig | ||
int.zig | ||
rational.zig |