Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Efficient enumeration of pandigital fractions

by LanX (Saint)
on Jul 21, 2018 at 01:12 UTC ( [id://1218976]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<4> for $i (2,3,4) { for $e (1..9) { next if $e == $i or $e*$i >9 
    +; print "$i * $e = ", $i *$e,"\n" }}
    2 * 1 = 2   #
    ...
    3 * 2 = 6
    4 * 1 = 4   #
    4 * 2 = 8
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 00:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found