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
Add support for digits keyword argument of round() (#235)
This only supports the non-negative `digits` option. All other options throw an error.
This provides specialized implementations only for `N0f8` and `Fixed{Int8}`.
The other types use fallback with floating-point operations and therefore it is slower and less accurate.
0 commit comments