Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs360 fn nth_root(&self, n: u32) -> Self { in nth_root() method
894 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
/aosp_15_r20/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