Help for this page

Select Code to Download


  1. or download this
    for ($j=0.0; $j< 0.5; $j += 0.1) {
      $x = 147.0 + $j;
    ...
      print $t, "\t";
      print $y, "\n";
    }