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) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log1pDocs = void 0; const log1pDocs = exports.log1pDocs = { name: 'log1p', category: 'Arithmetic', syntax: ['log1p(x)', 'log1p(x, base)'], description: 'Calculate the logarithm of a `value+1`', examples: ['log1p(2.5)', 'exp(log1p(1.4))', 'pow(10, 4)', 'log1p(9999, 10)', 'log1p(9999) / log(10)'], seealso: ['exp', 'log', 'log2', 'log10'] };