pub trait Cbrt { // Required method fn cbrt(self) -> Self; }
Method for getting the cube root of a number.
Returns the cube root of self.
self