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) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invmodDocs = void 0; const invmodDocs = exports.invmodDocs = { name: 'invmod', category: 'Arithmetic', syntax: ['invmod(a, b)'], description: 'Calculate the (modular) multiplicative inverse of a modulo b. Solution to the equation ax ≣ 1 (mod b)', examples: ['invmod(8, 12)', 'invmod(7, 13)', 'invmod(15151, 15122)'], seealso: ['gcd', 'xgcd'] };