Skip to content

Commit a84adb3

Browse files
committed
javadoc
1 parent 95fe450 commit a84adb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/tilman_neumann/jml/factor/CombinedFactorAlgorithm.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
/**
4949
* Final combination of factor algorithms. Integrates trial division and ECM to search small factors of large numbers.
50-
* As such it is the best algorithm for general factoring arguments.
50+
* On the long end, a parallel SIQS is used. Altogether it is the best algorithm for general factoring arguments in this library.
5151
*
5252
* @author Tilman Neumann
5353
*/

0 commit comments

Comments
 (0)