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
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
Even roots of negative numbers should isolate the root(-1) and then take the root of the rest of it (which it can already do, since it'll be positive)
The current nthroot code doesn't support negative radicands e.g.
sqrt(-4), which could be simplified to2 * sqrt(-1)or even eventually2*iSome things I've thought about so far: