in reply to Re: bin2dec for big numbers (use Math::BaseCalc)
in thread bin2dec for big numbers

Thanks for this, I will keep it in mind for the future.

The original implementation was in C++ so BaseCalc was out of the question - I just translated it to Perl to demonstrate the tecnique to fellow monks and ask about clever usage of Perl's operators to make the code less C++ like.

  • Comment on Re^2: bin2dec for big numbers (use Math::BaseCalc)