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 193 B
export var absDocs = { name: 'abs', category: 'Arithmetic', syntax: ['abs(x)'], description: 'Compute the absolute value.', examples: ['abs(3.5)', 'abs(-4.2)'], seealso: ['sign'] };