arithmoi v0.4.3.0 Release Notes

Release Date: 2016-09-11 // over 7 years ago
  • โž• Added

    • โž• Add Math.NumberTheory.ArithmeticFunctions with brand-new machinery for arithmetic functions: divisors, tau, sigma, totient, jordan, moebius, liouville, smallOmega, bigOmega, carmichael, expMangoldt (#30). Old implementations (exposed via Math.NumberTheory.Primes.Factorisation and Math.NumberTheory.Powers.Integer) are deprecated and will be removed in the next major release.

    • โž• Add Karatsuba sqrt algorithm, improving performance on large integers (#6).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix incorrect indexing of FactorSieve (#35).