Skip to content

Version 3.97.1

Compare
Choose a tag to compare
@trizen trizen released this 18 Jan 22:58
· 819 commits to master since this release
3.97.1
7fa8345

Bug-fixes

  • Fixed a typo that caused compilation-failures on perl < 5.32. (912e27e)
  • For better consistency, use mpz_div everywhere (same as mpz_fdiv_q), instead of mpz_tdiv_q. (#107) (8eaa5bf)
  • Fixed the Number inverse_usigma(n) and inverse_uphi(n) with Math::Prime::Util < 0.74. (53d97f4, bb1c7a4)