Function num::integer::cbrt

source · []
pub fn cbrt<T>(x: T) -> Twhere
    T: Roots,
Expand description

Returns the truncated principal cube root of an integer – see Roots::cbrt.