Help for this page

Select Code to Download


  1. or download this
    
    sub gf2 {
    ...
        
        return $result;
    }
    
  2. or download this
    gf1 result: 2.11267605633804
    gf2 result: 2.11267605633804
    ...
    op  7.57/s      --   -100%   -100%
    gf2 7732/s 102012%      --    -10%
    gf1 8582/s 113238%     11%      --
    
  3. or download this
    use warnings;
    use strict;
    ...
        return 0 unless defined $alpha;
        return $alpha ? @request/$alpha : 1000;    
    }