NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That implies... (Score:2)
...that you're trying to move a long long between C and Perl. Do you need to do that? Can't the long longs just live inside the C?
It's probably not too hard to write the code to thunk between long long and Math::BigInt - would that help?
Re: (Score:2)
I don't know since my C and XS skills are so poor. The relevant bit of XS code is this:
Re: (Score:1)
Then your XS looks like:
and the Miller function becomes
Caveat: obviously, if you put something other than a number in p_as_str, things will go awry. Also, different platforms (e.
Re:That implies... (Score:1)
Reply to This
Parent