Help for this page

Select Code to Download


  1. or download this
    c:\test>713977-javafan -N=1e6
    Took 0.00029 seconds/iteration
    
    c:\test>713977 -N=1e6
    Took 0.00015 seconds/iteration
    
  2. or download this
    #713977-javafan.pl
    #! perl -slw
    ...
        } 0 .. $#start;
    }
    printf "Took %7.5f seconds/iteration\n", ( time() - $start ) / $N;