Computes the inverse of a in $\mathbb{Z}/n\mathbb{Z}$.
-- -*- M2-comint -*- {* hash: 857769211 *} |
i1 : modularInverse(5,7) o1 = 3 |
i2 : modularInverse(5,16) o2 = 13 |
i3 : modularInverse(4,16) o3 = false |
The object modularInverse is a method function.