Skip to content

Commit

Permalink
add Fib88 to test numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanNeumann committed Dec 31, 2024
1 parent 9078796 commit 4ef5e5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static void setup() {

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

0 comments on commit 4ef5e5e

Please sign in to comment.