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) • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isNaNDocs = void 0;
const isNaNDocs = exports.isNaNDocs = {
name: 'isNaN',
category: 'Utils',
syntax: ['isNaN(x)'],
description: 'Test whether a value is NaN (not a number)',
examples: ['isNaN(2)', 'isNaN(0 / 0)', 'isNaN(NaN)', 'isNaN(Infinity)'],
seealso: ['isNegative', 'isNumeric', 'isPositive', 'isZero']
};