Help for this page

Select Code to Download


  1. or download this
    sub exp($$) {
      # perform exponention.
    ...
    {
      printf "exp(%s,%s) = %s", @$params, exp(@$params);
    }