Re: TI-M: TI-89 root question


[Prev][Next][Index][Thread]

Re: TI-M: TI-89 root question




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