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
Could x^1 also be special-cased a couple of lines later?
Currently it instead calculates 1 * x^0. When x == 0 that relies on 0^0 being defined correctly.