File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- Catalan .jl is licensed under the MIT License:
1
+ Combinatorics .jl is licensed under the MIT License:
2
2
3
- > Copyright (c) 2013: Alessandro Andrioni and other contributors.
3
+ > Copyright (c) 2013-2014: Alessandro Andrioni, Jiahao Chen and other
4
+ > contributors.
4
5
>
5
6
> Permission is hereby granted, free of charge, to any person obtaining
6
7
> a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 1
- catalan
2
- =======
1
+ Combinatorics
2
+ =============
3
3
4
- Catalan: a combinatorics library for Julia, focusing mostly (as of now) on enumerative combinatorics and permutations.
5
- As overflows are expected even for low values, most of the functions always return ` BigInt ` , and are marked as such below.
4
+ A combinatorics library for Julia, focusing mostly (as of now) on enumerative
5
+ combinatorics and permutations. As overflows are expected even for low values,
6
+ most of the functions always return ` BigInt ` , and are marked as such below.
6
7
7
8
This library provides the following functions:
8
9
- ` bell(n) ` : returns the n-th Bell number; always returns a ` BigInt ` ;
You can’t perform that action at this time.
0 commit comments