Skip to content

Commit 4ef5e5e

Browse files
committed
add Fib88 to test numbers
1 parent 9078796 commit 4ef5e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/de/tilman_neumann/jml/factor/CombinedFactorAlgorithmTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public static void setup() {
4444

4545
@Test
4646
public void testSomeNumbers() {
47+
assertFactorizationSuccess("1100087778366101931", "3 * 7 * 43 * 89 * 199 * 263 * 307 * 881 * 967"); // Fibonacci(88), 60 bit
4748
assertFactorizationSuccess("15841065490425479923", "2604221509 * 6082841047"); // 64 bit
4849
assertFactorizationSuccess("11111111111111111111111111", "11 * 53 * 79 * 859 * 265371653 * 1058313049"); // 84 bit
4950
assertFactorizationSuccess("5679148659138759837165981543", "3^3 * 466932157 * 450469808245315337"); // 93 bit

0 commit comments

Comments
 (0)