Skip to content

Releases: Arkiralor/PrimeChecker

v0.2.14 Released

07 May 22:16
Compare
Choose a tag to compare
v0.2.14 Released Pre-release
Pre-release

Changelog

  1. Improved time complexity to find all prime numbers till a given value to nlog(n) by using a sieve.
  2. Improved performance of the function to find all anti-prime numbers by recording the previously calculated number of factors in a global variable cleared after the for loop.

Version 0.2.12 Released

06 May 22:21
Compare
Choose a tag to compare
Pre-release

Changelog

  1. Minor optimization in find_anti_primes_till().
  2. Added proper documentation to all root-level functions.
  3. New library function libs::primes::count_factors() to count the number of factors a given argument has.

v0.1.22 Released

05 May 22:57
Compare
Choose a tag to compare
v0.1.22 Released Pre-release
Pre-release

Stable pre-alpha version of library crate with no known bugs.