Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Recurring Cycle of Fractions (same)

by tye (Sage)
on Sep 09, 2007 at 18:37 UTC ( [id://637924]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            printf "%8d: 1/%s\n", $r, $f;
        }
    }
    
  2. or download this
           0: 1/2
           1: 1/3
    ...
          52: 1/521
         261: 1/523
         240: 1/17*31
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found