Creates a new circuit element representing the multiplicative inverse modulo p of an input circuit. This function creates a new circuit element representing the multiplicative inverse of the input element modulo the circuit’s modulus. The operation will fail during evaluation if the input is not invertible (not coprime with the modulus).Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Arguments
input- Circuit element to compute the inverse of
Returns
A new circuit element representinginput^(-1) mod p