Type Definition snarkvm_synthesizer_program::Div
source · pub type Div<N> = BinaryLiteral<N, DivOperation<N>>;
Expand description
Divides first
by second
, storing the outcome in destination
.
pub type Div<N> = BinaryLiteral<N, DivOperation<N>>;
Divides first
by second
, storing the outcome in destination
.