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
That's not the only issue. In Rational._normalized there's a check to ensure GCD of numerator and denominator is 1. This will prevent Rational to be const.
Rationals should have a const constructor and dart-lang/sdk#33893 is preventing that from happening. Is that observation correct?
The text was updated successfully, but these errors were encountered: