pub trait CubicRoot { type Output; fn cbrt(&self) -> Self::Output; }
Compute the cubic root of the number