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
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