UNPKG

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) 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.combinationsDocs = void 0; const combinationsDocs = exports.combinationsDocs = { name: 'combinations', category: 'Probability', syntax: ['combinations(n, k)'], description: 'Compute the number of combinations of n items taken k at a time', examples: ['combinations(7, 5)'], seealso: ['combinationsWithRep', 'permutations', 'factorial'] };