Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        my $e = abs($z - $Z);
        printf "%3d: z=%8f, e=%8f\n", $i, $z, $e;
    }