UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

14 lines (13 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cothDocs = void 0; const cothDocs = exports.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'] };