I am looking for a way to calculate the root of a number beyond the square root. For instance, how would I calculate the cube-root of a number? Or the fourth root? etc...

I found sqrt(), pow(), exp() and log() in the manual, but none of these seem to do what I'm looking for.