PDA

Click to See Complete Forum and Search --> : Find nth root of a number


perito
Mar 1st, 2008, 06:45 AM
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

ComputerJy
Mar 1st, 2008, 01:03 PM
use Math.Pow
simple math