Skip to content

Commit

Permalink
add link for numpy sieve
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Feb 21, 2018
1 parent fc3d1e3 commit 9c41dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ gmpy2 support

- [gmpy2](https://github.com/aleaxit/gmpy) support for elliptic curves
- implement alternative faster sieves using
[gmpy2](https://gmpy2.readthedocs.io/en/latest/advmpz.html) or numpy
[gmpy2](https://gmpy2.readthedocs.io/en/latest/advmpz.html) or
[numpy](https://stackoverflow.com/a/3035188/5133167)
- interface the [Advanced Number Theory Functions from
gmpy2](https://gmpy2.readthedocs.io/en/latest/advmpz.html#advanced-number-theory-functions)
and replicate them in pure Python for compatibility
Expand Down

0 comments on commit 9c41dbc

Please sign in to comment.