UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines 301 B
export var 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'] };