Results 1 to 2 of 2

Thread: BigInt latest release

  1. #1
    Member Johannes's Avatar
    Join Date
    Nov 2010
    Location
    Wuustwezel, Belgium
    Age
    56
    Posts
    95
    Rep Power
    25

    BigInt latest release

    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.
    Attached Files Attached Files
    Last edited by Johannes; 04-04-2011 at 13:17.
    Boole and Turing, help me!

    Primary programming: 200 MHz ARM StrongARM, RISC OS 4.02, BASIC V, ARM assembler.
    Secondary programming: 3.16 GHz Intel Core 2 Duo E8500, Vista Home Premium SP2, thinBasic, x86 assembler.

  2. #2
    Member Johannes's Avatar
    Join Date
    Nov 2010
    Location
    Wuustwezel, Belgium
    Age
    56
    Posts
    95
    Rep Power
    25

    Release 1.61.803.398

    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
    Boole and Turing, help me!

    Primary programming: 200 MHz ARM StrongARM, RISC OS 4.02, BASIC V, ARM assembler.
    Secondary programming: 3.16 GHz Intel Core 2 Duo E8500, Vista Home Premium SP2, thinBasic, x86 assembler.

Similar Threads

  1. Latest release [ ODE headers ]
    By Petr Schreiber in forum ODE - Open Dynamics Engine
    Replies: 20
    Last Post: 10-08-2007, 08:39

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •