Help for this page

Select Code to Download


  1. or download this
    sub x_power_n {
      my $x = shift;
      my $n = shift;
    ...
      }
      return $result;
    }