To find the square root of a number we use Math.sqrt(x)
but what if I want the nth root of a number? how do I find it?

thx