Help for this page

Select Code to Download


  1. or download this
         s/iter   org   new  best
    org    5.62    --  -78%  -94%
    new    1.26  346%    --  -73%
    best  0.345 1529%  266%    --
    The results are the same
    
  2. or download this
    sub ba2bi2 {
        my @ba = reverse (@_, (0) x (4 - ( @_%4 || 4 ) ) );
    ...
                } 0 .. ($#ba/4);
        return $result;
    }