Primes Factorization #12
vitaly-t
announced in
Announcements
Replies: 1 comment 2 replies
-
The function has been fully finished, and it is mighty fast :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added initial implementation of primeFactors function today. It works fine, for most of the practical cases. But it is very basic, and may get stuck on some interesting large numbers, like
2**50 - 2
.I will work on improving its performance when I get a chance. In the meantime, if somebody wants to contribute - PR-s are welcome!
Beta Was this translation helpful? Give feedback.
All reactions