Type Definition snarkvm_compiler::Abs
source · [−]pub type Abs<N> = UnaryLiteral<N, AbsOperation<N>>;Expand description
Compute the absolute value of first, checking for overflow/underflow, and storing the outcome in destination.
pub type Abs<N> = UnaryLiteral<N, AbsOperation<N>>;Compute the absolute value of first, checking for overflow/underflow, and storing the outcome in destination.