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