PDA

View Full Version : BigInt latest release



Johannes
06-03-2011, 13:45
In this thread you can find the latest release of my Big Integer module with all supporting documentation and test scripts.

For general questions or suggestions about BigInt use the main topic in this subforum. If you have very specific questions, requests, or a bug report, please create a separate topic for it.

Johannes
04-04-2011, 13:23
The main change is prime number support, as suggested by Zak.

Please note that very quickly into the second DWord (n>2^36) things become slow, and as soon as the third DWord is added it's a disaster. But it'll work so just be patient.

Getting the prime factors runs fairly quickly as long as the largest prime factor stays below the magic 32-bit boundary.

Still to do:

Optimise permutations and combinations
Do bit stream functions
Create detailed example scripts
Create example/include script for fixed-point Big Numbers