We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7036c84 commit 08d1f15Copy full SHA for 08d1f15
DIRECTORY.md
@@ -719,6 +719,7 @@
719
* [Pollard Rho](maths/pollard_rho.py)
720
* [Polynomial Evaluation](maths/polynomial_evaluation.py)
721
* Polynomials
722
+ * [Legendre](maths/polynomials/legendre.py)
723
* [Single Indeterminate Operations](maths/polynomials/single_indeterminate_operations.py)
724
* [Power Using Recursion](maths/power_using_recursion.py)
725
* [Prime Check](maths/prime_check.py)
0 commit comments