3.0.1 • Published 2 years ago

@03matteo/combinatorics v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

What is this?

Gives back the result of the type of combinatorics given.

Installation

npm i @03matteo/combinatorics

Then...

const {
    Disposition,
    Permutation,
    Combination,
    getFactorial
} = require('@03matteo/combinatorics');

const disp = new Disposition(n, k).reps(<true|false>)
const perm = new Permutation(n, [h1, h2, h3, ...]).reps(<true|false>)
const comb = new Combination(n, k).reps(<true|false>)

const fact = getFactorial(number)
3.0.1

2 years ago

2.0.6

2 years ago

3.0.0

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago