pub type SquareRoot<N> = UnaryLiteral<N, SquareRootOperation<N>>;
Expand description

Computes the square root of first, storing the outcome in destination.