Content deleted Content added
No edit summary |
m →Basic method: Small fix for the complexity argument. |
||
Line 46:
For <math>N = cd</math>, let ''c'' be the largest subroot factor. <math>a = (c+d)/2</math>, so the number of steps is approximately <math>(c + d)/2 - \sqrt N = (\sqrt d - \sqrt c)^2 / 2 = (\sqrt N - c)^2 / 2c</math>.
If ''N'' is prime (so that <math>
==Fermat's and trial division==
|