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) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asinhDocs = void 0; const asinhDocs = exports.asinhDocs = { name: 'asinh', category: 'Trigonometry', syntax: ['asinh(x)'], description: 'Calculate the hyperbolic arcsine of a value, defined as `asinh(x) = ln(x + sqrt(x^2 + 1))`.', examples: ['asinh(0.5)'], seealso: ['acosh', 'atanh'] };