Trait snarkvm_circuit::operators::Inverse
source · pub trait Inverse {
type Output;
// Required method
fn inverse(&self) -> Self::Output;
}
Expand description
Unary operator for retrieving the inverse value.
pub trait Inverse {
type Output;
// Required method
fn inverse(&self) -> Self::Output;
}
Unary operator for retrieving the inverse value.