Files
zig/src
Ben Noordhuis eb6a8e6a3b fix f128 remainder division bug
The modulo operation computed rem(b+rem(a,b), b) which produces -1
for a=1 and b=2.

Switch to a - b * trunc(a/b) which produces the expected result, 1.

closes #1137
2018-06-20 17:37:38 -04:00
..
2018-04-15 13:26:58 -04:00
2018-04-15 13:26:58 -04:00
2017-12-02 22:32:39 -05:00
2016-09-19 11:54:01 -04:00
2017-11-29 23:09:35 -05:00
2017-11-29 23:09:35 -05:00
2016-12-01 21:08:12 -05:00
2018-06-20 17:37:38 -04:00
2016-02-11 01:33:27 -07:00
2017-04-10 20:02:39 -04:00
2018-04-01 17:03:06 +12:00
2018-05-12 17:35:15 -04:00
2017-10-01 21:05:08 -04:00
2018-06-04 14:09:31 -04:00
2018-04-18 12:16:42 -04:00