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 242 B
export var atanDocs = { name: 'atan', category: 'Trigonometry', syntax: ['atan(x)'], description: 'Compute the inverse tangent of a value in radians.', examples: ['atan(0.5)', 'atan(tan(0.5))'], seealso: ['tan', 'acos', 'asin'] };