| Hosted by CoCalc | Download
def oddroot(x,n): return sgn(x)*(abs(x))^(1/n)
plot(oddroot(x, 3), (-3,3))