Searched refs:binomial_coefficient (Results 1 – 5 of 5) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 13451 function binomial_coefficient(n, k) { function 13457 return binomial_coefficient(n - 1, k - 1) + binomial_coefficient(n - 1, k); 13473 return binomial_coefficient(self.length, num)}, {$$s: self}) 13528 return binomial_coefficient(self.length + num - 1, num);}, {$$s: self})
|
| D | index.mjs | 12779 function binomial_coefficient(n, k) { function 12785 return binomial_coefficient(n - 1, k - 1) + binomial_coefficient(n - 1, k); 12800 return binomial_coefficient(self.length, num)}, {$$s: self}) 12853 return binomial_coefficient(self.length + num - 1, num);}, {$$s: self})
|
| D | index.cjs | 12788 function binomial_coefficient(n, k) { 12794 return binomial_coefficient(n - 1, k - 1) + binomial_coefficient(n - 1, k); 12809 return binomial_coefficient(self.length, num)}, {$$s: self}) 12862 return binomial_coefficient(self.length + num - 1, num);}, {$$s: self})
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 13451 function binomial_coefficient(n, k) { function 13457 return binomial_coefficient(n - 1, k - 1) + binomial_coefficient(n - 1, k); 13473 return binomial_coefficient(self.length, num)}, {$$s: self}) 13528 return binomial_coefficient(self.length + num - 1, num);}, {$$s: self})
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 13454 function binomial_coefficient(n, k) { function 13460 return binomial_coefficient(n - 1, k - 1) + binomial_coefficient(n - 1, k); 13476 return binomial_coefficient(self.length, num)}, {$$s: self}) 13531 return binomial_coefficient(self.length + num - 1, num);}, {$$s: self})
|