Skip to content

Commit 03e91b4

Browse files
committed
Rename Catalan -> Combinatorics
1 parent 3d36eea commit 03e91b4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

LICENSE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Catalan.jl is licensed under the MIT License:
1+
Combinatorics.jl is licensed under the MIT License:
22

3-
> Copyright (c) 2013: Alessandro Andrioni and other contributors.
3+
> Copyright (c) 2013-2014: Alessandro Andrioni, Jiahao Chen and other
4+
> contributors.
45
>
56
> Permission is hereby granted, free of charge, to any person obtaining
67
> a copy of this software and associated documentation files (the

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
catalan
2-
=======
1+
Combinatorics
2+
=============
33

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.
67

78
This library provides the following functions:
89
- `bell(n)`: returns the n-th Bell number; always returns a `BigInt`;

0 commit comments

Comments
 (0)