Skip to content

ModularInverse

ModularInverse(k, n)

returns the modular inverse k^(-1) mod n.

See

Examples

>> ModularInverse(3, 11)
4

Implementation status

  • ✅ - full supported

Github