You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an issue in the banker's rounding builtin ò. By the looks of it, it seems to round away from zero for halves, instead of doing actual banker's rounding with round to even.
Or was this intended, and the new version of 05AB1E lacks a banker's rounding builtin, and only has a regular round builtin with 'away from zero' convention?
There seems to be an issue in the banker's rounding builtin
ò
. By the looks of it, it seems to round away from zero for halves, instead of doing actual banker's rounding with round to even.Or was this intended, and the new version of 05AB1E lacks a banker's rounding builtin, and only has a regular round builtin with 'away from zero' convention?
Try it online.
Compare it to the same code in the legacy version of 05AB1E, where it does work as banker's rounding as mentioned in the docs.
Found while working on this codegolf answer of mine.
The text was updated successfully, but these errors were encountered: