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