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) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.coshDocs = void 0;
const coshDocs = exports.coshDocs = {
name: 'cosh',
category: 'Trigonometry',
syntax: ['cosh(x)'],
description: 'Compute the hyperbolic cosine of x in radians.',
examples: ['cosh(0.5)'],
seealso: ['sinh', 'tanh', 'coth']
};