.gitignore | ||
euclideanp.py | ||
LICENSE | ||
README |
Find perfect numbers as defined in book VII of Euclid's Elements. The method is from what he proved in prop 36 of book IX. More info: http://en.wikipedia.org/wiki/Perfect_number Requires Python 3.X
.gitignore | ||
euclideanp.py | ||
LICENSE | ||
README |
Find perfect numbers as defined in book VII of Euclid's Elements. The method is from what he proved in prop 36 of book IX. More info: http://en.wikipedia.org/wiki/Perfect_number Requires Python 3.X