Skip to content
Chris Petersen edited this page Oct 21, 2015 · 1 revision

Returns the multiplicative inverse of the modulo of the arguments.

Parameter Description
a integer
b integer

Example

> (modular-inverse 3 13)
9
Clone this wiki locally