Help for this page

Select Code to Download


  1. or download this
    while ($i++< $iterations)
    {
      $sqrt = $sqrt + 0.5*($y - $sqrt**2) / $sqrt;
    }
    
  2. or download this
    use strict;
    my $i=0;
    ...
    }
     
    print $sqrt*(2**$divs),"\n";