Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        return $prod ** (1/ @_);    
    }
    
  2. or download this
    Number of scores: 100
             Rate  stat  util
    ...
    stat   890/s    --  -93%
    util 12274/s 1278%    --
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        return $prod ** (1/ @_);    
    }