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) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asinDocs = void 0; const asinDocs = exports.asinDocs = { name: 'asin', category: 'Trigonometry', syntax: ['asin(x)'], description: 'Compute the inverse sine of a value in radians.', examples: ['asin(0.5)', 'asin(sin(0.5))'], seealso: ['sin', 'acos', 'atan'] };