Skip to content

Release 1.24.0

Latest

Choose a tag to compare

@leif-ibsen leif-ibsen released this 24 Jun 07:41

About BigInt release 1.24.0:

  1. It is backwards compatible with release 1.23.0.

  2. It contains two new division methods 'quotientAndRemainderCeil' and 'quotientAndRemainderFloor'
    which rounds the quotient towards +Infinity and -Infinity, respectively.

  3. It turns out that the ToomCook-3 multiplication algorithm is faster than the
    Schonhage-Strassen FFT based algorithm, even for very large numbers. Therefore
    Schonhage-Strassen is not used anymore.

  4. Faster modInverse method when the modulus is a power of 2.