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) 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cschDocs = void 0; const cschDocs = exports.cschDocs = { name: 'csch', category: 'Trigonometry', syntax: ['csch(x)'], description: 'Compute the hyperbolic cosecant of x in radians. Defined as 1/sinh(x)', examples: ['csch(2)', '1 / sinh(2)'], seealso: ['sech', 'coth', 'sinh'] };