Home
last modified time | relevance | path

Searched defs:nth_root (Results 1 – 1 of 1) 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