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 321 B
export var 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'] };