Type Definition snarkvm_compiler::Inv
source · [−]pub type Inv<N> = UnaryLiteral<N, InvOperation<N>>;
Expand description
Computes the multiplicative inverse of first
, storing the outcome in destination
.
pub type Inv<N> = UnaryLiteral<N, InvOperation<N>>;
Computes the multiplicative inverse of first
, storing the outcome in destination
.