Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dk_tan.rs59 const PIO4_LO: f64 = 3.06161699786838301793e-17; /* 3C81A626, 33145C07 */ constant
71 x = (PIO4 - x) + (PIO4_LO - y); in k_tan()