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
FP ops which optionally take a rounding mode currently take them as the first argument. This is counterintuitive and counter to python norms which place optional arguments at the end of a function signature.
Steps to reproduce the bug
No response
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
FP ops which optionally take a rounding mode currently take them as the first argument. This is counterintuitive and counter to python norms which place optional arguments at the end of a function signature.
Steps to reproduce the bug
No response
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: