in reply to
Calculating Nth root using perl.
$n = 4; $ans = $arg**(1/$n);
[download]
-Mark
Comment on
Re: Calculating Nth root using perl.
Download
Code
In Section
Seekers of Perl Wisdom