Searched defs:nth_root (Results 1 – 4 of 4) sorted by relevance
55 fn nth_root(&self, n: u32) -> Self; in nth_root() method130 pub fn nth_root<T: Roots>(x: T, n: u32) -> T { in nth_root() function
360 fn nth_root(&self, n: u32) -> Self { in nth_root() method894 pub fn nth_root(&self, n: u32) -> Self { in nth_root() method
514 fn nth_root(&self, n: u32) -> Self { in nth_root() method1042 pub fn nth_root(&self, n: u32) -> Self { in nth_root() method
270 interval<T, Policies> nth_root(interval<T, Policies> const &x, int k) in nth_root() function