We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5ef8d commit 89494e3Copy full SHA for 89494e3
test/src/Fibonacci.js
@@ -6,7 +6,7 @@ import * as integer from '@aureooms/js-integer' ;
6
import { list , map , range } from '@aureooms/js-itertools' ;
7
import { Fibonacci } from '../../src' ;
8
9
-const URL = 'https://raw.githubusercontent.com/aureooms/integer-sequence-fibonacci/master/sequence/' ;
+const URL = 'https://raw.githubusercontent.com/aureooms/integer-sequence-fibonacci/main/sequence/' ;
10
11
const N = 100 ;
12
const MAX_NUMBER = 78 ; // biggest fibonacci number smaller than 2^53
0 commit comments