Re: Math Question

2006-01-30 Thread Tom Phoenix
On 1/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I know that Perl has a function to determine the square root of a number. > For example, to determine the square root of 121 code "sqrt(121)". Is there a > built-in Perl function that enables one to determine the nth root of a number > w

Math Question

2006-01-30 Thread Sanbuah
I know that Perl has a function to determine the square root of a number. For example, to determine the square root of 121 code "sqrt(121)". Is there a built-in Perl function that enables one to determine the nth root of a number where n is a number greater than 2. For example, is there a fu