Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by syphilis (Archbishop)
on Feb 10, 2011 at 00:57 UTC ( [id://887320]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    typedef unsigned int __uint128 __attribute__ ((__mode__ (TI)));
    
  2. or download this
    typedef unsigned __int128 uint128_t;
    to
    typedef __uint128 uint128_t;
    
  3. or download this
    ppm install http://www.sisyphusion.tk/ppm/Math-Int128.ppd
    

Log In?
Username:
Password:

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

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

    No recent polls found