mhostetter / galois

A performant NumPy extension for Galois fields and their applications
https://mhostetter.github.io/galois/
MIT License
321 stars 29 forks source link

Incorrect value in `prev_prime()` #529

Closed mhostetter closed 10 months ago

mhostetter commented 10 months ago

Newly introduced bug from #527.

In [2]: galois.prev_prime(100000037)
Out[2]: 100000007

Should equal 100000037.

mhostetter commented 10 months ago

Released in v0.3.7.