Type Definition snarkvm_synthesizer_program::SquareRoot
source · pub type SquareRoot<N> = UnaryLiteral<N, SquareRootOperation<N>>;
Expand description
Computes the square root of first
, storing the outcome in destination
.
pub type SquareRoot<N> = UnaryLiteral<N, SquareRootOperation<N>>;
Computes the square root of first
, storing the outcome in destination
.