Skip to main content
Returns the inverse of a modulo n, or None if a is not invertible modulo n. All as will be considered not invertible for n == 1.

Signature

Examples