As to your question about using 64-bit integers on 32-bit machine, well that allows to exceed 2**32Yes, but I can use integers up to 53 bits (before losing precision) on perls that haven't been compiled with use64bitint ... and on this Cygwin perl 5.8.7 I still only get integers up to 53 bits (before losing precision). So, in this instance, the use64bitint has achieved nothing.
My first reading of that thread you linked to leads me to believe that use64bitint should provide 64 bits on perl 5.8 (but is guaranteed only to provide 53 bits on perl 5.6). But, since the Cygwin perl is 5.8.7, use64bitint should be providing the full 64 bits ..... I'll have to go back and go through that Google thread carefully.
Thanks for steering me back onto the track.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.