Trait CubeRoot

Source
pub trait CubeRoot {
    type Output;

    // Required method
    fn cbrt(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn cbrt(self) -> Self::Output

Implementors§