Home
last modified time | relevance | path

Searched defs:nth_root (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/num-integer/src/
Droots.rs55 fn nth_root(&self, n: u32) -> Self; in nth_root() method
130 pub fn nth_root<T: Roots>(x: T, n: u32) -> T { in nth_root() function
/external/rust/crates/num-bigint/src/
Dbiguint.rs357 fn nth_root(&self, n: u32) -> Self { in nth_root() method
891 pub fn nth_root(&self, n: u32) -> Self { in nth_root() method
Dbigint.rs514 fn nth_root(&self, n: u32) -> Self { in nth_root() method
1042 pub fn nth_root(&self, n: u32) -> Self { in nth_root() method