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) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.signDocs = void 0; const signDocs = exports.signDocs = { name: 'sign', category: 'Arithmetic', syntax: ['sign(x)'], description: 'Compute the sign of a value. The sign of a value x is 1 when x>0, -1 when x<0, and 0 when x=0.', examples: ['sign(3.5)', 'sign(-4.2)', 'sign(0)'], seealso: ['abs'] };