Thread
:
Factoring small composites
View Single Post
2020-11-17, 17:22
#
31
chris2be8
Sep 2009
7D3
16
Posts
If you have GP installed try something like:
Code:
echo 'factor($n,10^5)' | gp -f -q
That TFs a number up to 10^5 which is a much better way to split off small factors than running ECM.
Chris
chris2be8
View Public Profile
Find More Posts by chris2be8