num::integer

Function cbrt

Source
pub fn cbrt<T>(x: T) -> T
where T: Roots,
Expand description

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