sqrt

Function sqrt 

Source
pub fn sqrt<Lhs: PowF<Rhs>, Rhs: FloatingNumber>(
    lhs: Lhs,
) -> Option<Lhs::Output>
where for<'a> &'a Rhs: Reciprocal<Output = Rhs>,