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