Fix `Rational#==(Complex)`
Consider a Numreic class like `Complex` that does not have `<=>` but `==` works (`0i == 0r` is `true`).
Showing
Please register or sign in to comment
Consider a Numreic class like `Complex` that does not have `<=>` but `==` works (`0i == 0r` is `true`).