Function num::integer::nth_root [−][src]
pub fn nth_root<T>(x: T, n: u32) -> T where
T: Roots,
Returns the truncated principal n
th root of an integer –
see Roots::nth_root.
pub fn nth_root<T>(x: T, n: u32) -> T where
T: Roots,
Returns the truncated principal n
th root of an integer –
see Roots::nth_root.