Function num_integer::cbrt
source · [−]pub fn cbrt<T: Roots>(x: T) -> T
Expand description
Returns the truncated principal cube root of an integer – see Roots::cbrt.
pub fn cbrt<T: Roots>(x: T) -> T
Returns the truncated principal cube root of an integer – see Roots::cbrt.