Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/num-integer/src/
Droots.rs53 fn nth_root(&self, n: u32) -> Self; in nth_root() method
128 pub fn nth_root<T: Roots>(x: T, n: u32) -> T { in nth_root() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Darith2.hpp270 interval<T, Policies> nth_root(interval<T, Policies> const &x, int k) in nth_root() function
/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs369 fn nth_root(&self, n: u32) -> Self { in nth_root() method
984 pub fn nth_root(&self, n: u32) -> Self { in nth_root() method
Dbigint.rs510 fn nth_root(&self, n: u32) -> Self { in nth_root() method
1100 pub fn nth_root(&self, n: u32) -> Self { in nth_root() method