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) 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gcdDocs = void 0; const gcdDocs = exports.gcdDocs = { name: 'gcd', category: 'Arithmetic', syntax: ['gcd(a, b)', 'gcd(a, b, c, ...)'], description: 'Compute the greatest common divisor.', examples: ['gcd(8, 12)', 'gcd(-4, 6)', 'gcd(25, 15, -10)'], seealso: ['lcm', 'xgcd'] };