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
On another hand, current behaviour is consistent with CPython, which just does round to nearest (with ties to even), unless it's configured to use libc's printf (I'm not sure if this option is still available).
The text was updated successfully, but these errors were encountered:
Reproducer:
I'm not sure whether it's a bug or a feature.
On one hand, changing rounding direction does affect C printf():
On another hand, current behaviour is consistent with CPython, which just does round to nearest (with ties to even), unless it's configured to use libc's printf (I'm not sure if this option is still available).
The text was updated successfully, but these errors were encountered: