Function num_integer::nth_root
source · pub fn nth_root<T: Roots>(x: T, n: u32) -> T
Expand description
Returns the truncated principal n
th root of an integer –
see Roots::nth_root.
pub fn nth_root<T: Roots>(x: T, n: u32) -> T
Returns the truncated principal n
th root of an integer –
see Roots::nth_root.