the nth root. sqrt(x) = x^1/2 nthroot(x)=x^1/n make a function called xroot() Xroot(x,y) func x^(1/y) endfunc