pub fn erf(x: f64) -> f64Expand description
Formula and coefficients from https://en.wikipedia.org/wiki/Error_function#Numerical_approximations
(Abramowitz and Stegun), Max error 3e-7.
pub fn erf(x: f64) -> f64Formula and coefficients from https://en.wikipedia.org/wiki/Error_function#Numerical_approximations
(Abramowitz and Stegun), Max error 3e-7.