A few ways. Using the Log, you'd just raise 10 to that power. That is the
9th root of x is 10^(log(x)/9)
However, what may be easier is just doing it directly with x^(1/9).
Also if x can be negative you'll have an easier time with x^(1/9), although
you'll have trouble with even roots.