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 294 B
export var acothDocs = { name: 'acoth', category: 'Trigonometry', syntax: ['acoth(x)'], description: 'Calculate the inverse hyperbolic tangent of a value, defined as `acoth(x) = (ln((x+1)/x) + ln(x/(x-1))) / 2`.', examples: ['acoth(2)', 'acoth(0.5)'], seealso: ['acsch', 'asech'] };