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
There are many places where we protect against zero denominator when constructing a rational that has a property x % 0 == 0. We should create a helper function %? that takes care of this use case for us and use it in all places where this use case occurs.
The text was updated successfully, but these errors were encountered:
There are many places where we protect against zero denominator when constructing a rational that has a property
x % 0 == 0
. We should create a helper function%?
that takes care of this use case for us and use it in all places where this use case occurs.The text was updated successfully, but these errors were encountered: