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 274 B
export var expm1Docs = { name: 'expm1', category: 'Arithmetic', syntax: ['expm1(x)'], description: 'Calculate the value of subtracting 1 from the exponential value.', examples: ['expm1(2)', 'pow(e, 2) - 1', 'log(expm1(2) + 1)'], seealso: ['exp', 'pow', 'log'] };