aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
510 stars 86 forks source link

Amend is_euler_prp() docstring #428

Closed skirpichev closed 1 year ago

skirpichev commented 1 year ago

See e.g. https://en.wikipedia.org/wiki/Solovay%E2%80%93Strassen_primality_test

Closes #427

codecov-commenter commented 1 year ago

Codecov Report

Merging #428 (3dd20b2) into master (2beaae2) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #428   +/-   ##
=======================================
  Coverage   83.63%   83.63%           
=======================================
  Files          49       49           
  Lines       11715    11715           
  Branches     2190     2190           
=======================================
  Hits         9798     9798           
  Misses       1917     1917           
Files Changed Coverage Δ
src/gmpy_mpz_prp.c 79.90% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

casevh commented 1 year ago

Thanks!