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) • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.secDocs = void 0;
const secDocs = exports.secDocs = {
name: 'sec',
category: 'Trigonometry',
syntax: ['sec(x)'],
description: 'Compute the secant of x in radians. Defined as 1/cos(x)',
examples: ['sec(2)', '1 / cos(2)'],
seealso: ['cot', 'csc', 'cos']
};