Re: mir.combinatorics: reviewers and ideas are wanted

2016-03-29 Thread Seb via Digitalmars-d-announce
On Monday, 28 March 2016 at 15:30:56 UTC, Timon Gehr wrote: Regarding ideas: For each range, there should probably be a numeric function computing the length of that range. (e.g. here, binomial corresponds to combinations, there should be factorial corresponding to permutations etc.) This ta

Re: mir.combinatorics: reviewers and ideas are wanted

2016-03-28 Thread jmh530 via Digitalmars-d-announce
On Monday, 28 March 2016 at 15:30:56 UTC, Timon Gehr wrote: Regarding ideas: For each range, there should probably be a numeric function computing the length of that range. (e.g. here, binomial corresponds to combinations, there should be factorial corresponding to permutations etc.) I ag

Re: mir.combinatorics: reviewers and ideas are wanted

2016-03-28 Thread Timon Gehr via Digitalmars-d-announce
On 28.03.2016 09:24, 9il wrote: Hello All, Sebastian Wilzbach (aka @greenify) starts mir.combinatorics. Numeric functions: - `binomial` Ranges: - `permutations` RoR - `cartesianPower` RoR - `combinations` RoR - `combinationsRepeat` RoR RoR - Range of Ranges PR: https://github.com/DlangScienc

Re: mir.combinatorics: reviewers and ideas are wanted

2016-03-28 Thread jmh530 via Digitalmars-d-announce
On Monday, 28 March 2016 at 07:24:12 UTC, 9il wrote: Sebastian Wilzbach (aka @greenify) starts mir.combinatorics. Cool, when I have time I will take a look.