cbrt

Function cbrt 

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