Type Definition snarkvm_synthesizer_program::Pow
source · pub type Pow<N> = BinaryLiteral<N, PowOperation<N>>;
Expand description
Raises first
to the power of second
, storing the outcome in destination
.
pub type Pow<N> = BinaryLiteral<N, PowOperation<N>>;
Raises first
to the power of second
, storing the outcome in destination
.