Help for this page

Select Code to Download


  1. or download this
    my ($r, $rad, $twopi, $sig, $pi, $a0, $c0);
    
  2. or download this
        if ($r>20)
            {
    ...
            my $sig = $pi*($rad**2)*$a0*(1-exp((-$c0)*$rad));
            push (@sigs, $sig);
            }