Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^8: Module for 128-bit integer math?

by salva (Canon)
on Feb 09, 2011 at 09:55 UTC ( [id://887161]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    typedef __int128 int128_t;
    
    ...
    rem128(int128_t a, int128_t b) {
      return a % b;
    }
    
  2. or download this
        .file    "lookatme.c"
        .text
    ...
        .ident    "GCC: (GNU) 4.6.0 20110207 (experimental) [trunk revisio
    +n 169884]"
        .section    .note.GNU-stack,"",@progbits
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 15:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found