Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: The 10**21 Problem (Part 3)

by eyepopslikeamosquito (Archbishop)
on May 14, 2014 at 20:07 UTC ( [id://1086076]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (q7 = 1; q7 < 128; ++q7) {
        if (q7 == 10 || q7 == 13) continue;
    ...
            UNROLL(q8)
        }
    }
    
  2. or download this
    for (q7 = 1; q7 < 128; ++q7) {
        if (q7 == 10 || q7 == 13) continue;
    ...
            UNROLL(q8)
        }
    }
    
  3. or download this
    for (q7 = 1; q7 < 128; ++q7) {
        if (q7 == 10 || q7 == 13) continue;
    ...
        s7 = s7arr[q7];
        // ... same UNROLL as before
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found