dina-agi
Version:
DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.
14 lines (13 loc) • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.combinationsWithRepDocs = void 0;
const combinationsWithRepDocs = exports.combinationsWithRepDocs = {
name: 'combinationsWithRep',
category: 'Probability',
syntax: ['combinationsWithRep(n, k)'],
description: 'Compute the number of combinations of n items taken k at a time with replacements.',
examples: ['combinationsWithRep(7, 5)'],
seealso: ['combinations', 'permutations', 'factorial']
};