File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This library provides the following functions:
15
15
- ` combinations(a) ` : returns combinations of all order by chaining calls to ` Base.combinations(a,n) ` ;
16
16
- ` derangement(n) ` /` subfactorial(n) ` : returns the number of permutations of n with no fixed points; always returns a ` BigInt ` ;
17
17
- ` doublefactorial(n) ` : returns the double factorial n!!; always returns a ` BigInt ` ;
18
- - ` fibonacci (n)` : the n-th Fibonacci number; always returns a ` BigInt ` ;
18
+ - ` fibonaccinum (n)` : the n-th Fibonacci number; always returns a ` BigInt ` ;
19
19
- ` hyperfactorial(n) ` : the n-th hyperfactorial, i.e. prod([ i^i for i = 2: n ] ; always returns a ` BigInt ` ;
20
20
- ` integer_partitions(n) ` : returns a ` Vector{Int} ` consisting of the partitions of the number ` n ` .
21
21
- ` jacobisymbol(a,b) ` : returns the Jacobi symbol (a/b);
You can’t perform that action at this time.
0 commit comments