https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217149
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Yuri Pankov <[email protected]> --- Created attachment 189755 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189755&action=edit Don't accumulate rounding errors As I was educated on current@, many exact fractions in base-10 aren't exact in base-2, so using the for() loop accumulates rounding errors. Work around that re-computing current value for every step. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
