Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: optimizing the miller-rabin algorithm

by ikegami (Patriarch)
on May 16, 2006 at 17:07 UTC ( [id://549819]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (0..(5-1)/2) {  # 1..5, step 2
       my $i = $_*2 + 1;
       ...
    }
    
  2. or download this
    >perl -le "for (my $i=0; $i<10; $i+=0.1) { print $i }"
    ...
    ...
    9.7
    9.8
    9.9
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://549819]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-24 02:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found