-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ import {Combination, Permutation} from 'combinatorics.js'; | |
You don't even have to install if you `import` from CDNs. | ||
|
||
```javascript | ||
import * as $C from 'https://cdn.jsdelivr.net/npm/[email protected].0/combinatorics.min.js'; | ||
import * as $C from 'https://cdn.jsdelivr.net/npm/[email protected].1/combinatorics.min.js'; | ||
``` | ||
|
||
Since this is an ES6 module, `type="module"` is required the `<script>` tags. of your HTML files. But you can make it globally available as follows. | ||
|
@@ -97,7 +97,7 @@ undefined | |
factoradic: [Function: factoradic], | ||
factorial: [Function: factorial], | ||
permutation: [Function: permutation], | ||
version: '1.1.0' | ||
version: '1.1.1' | ||
} | ||
> [...new $C.Permutation('abcd')] | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters