UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines 288 B
export var 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'] };