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
Printable View
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
use Math.Pow
simple math