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 221 B
export var 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'] };