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) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lcmDocs = void 0; const lcmDocs = exports.lcmDocs = { name: 'lcm', category: 'Arithmetic', syntax: ['lcm(x, y)'], description: 'Compute the least common multiple.', examples: ['lcm(4, 6)', 'lcm(6, 21)', 'lcm(6, 21, 5)'], seealso: ['gcd'] };