Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        #Difference $btoc = 0.5 so (($btoc < 1) && ($btoc > -1)) is true.
        #Difference $atoc = 3 so (($atoc > 1) || ($atoc < -1)) is true.
    }