Home
last modified time | relevance | path

Searched refs:comp_r (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/libm/src/math/
Dasin.rs58 fn comp_r(z: f64) -> f64 { in comp_r() function
96 return x + x * comp_r(x * x); in asin()
102 r = comp_r(z); in asin()