Searched refs:erfc2 (Results 1 – 2 of 2) sorted by relevance
187 fn erfc2(ix: u32, mut x: f64) -> f64 { in erfc2() function252 y = 1.0 - erfc2(ix, x); in erf()305 return 2.0 - erfc2(ix, x); in erfc()307 return erfc2(ix, x); in erfc()
97 fn erfc2(mut ix: u32, mut x: f32) -> f32 { in erfc2() function163 y = 1.0 - erfc2(ix, x); in erff()217 return 2.0 - erfc2(ix, x); in erfcf()219 return erfc2(ix, x); in erfcf()