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
12: Implement OpAssign for Ratio r=cuviper a=c410-f3r
Copied shamelessly from [#274](rust-num/num#274) but fixes#5.
There is only one problem to solve before anything. Since the implementation doesn't use the `reduce` function, it is possible to exist multiple types of zeros (`0/4`, `0/21`, `0/66`) instead of the default `0/1`, which implies in test errors like `test(_1_2, _NEG1_2, _0);`, therefore, should I rewrite the test suite to be more "zero" friendly?
Would be nice to support
AddAssign
etc.cc rust-num/num#173
The text was updated successfully, but these errors were encountered: