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 237 B
export var cothDocs = { name: 'coth', category: 'Trigonometry', syntax: ['coth(x)'], description: 'Compute the hyperbolic cotangent of x in radians.', examples: ['coth(2)', '1 / tanh(2)'], seealso: ['sech', 'csch', 'tanh'] };