pub fn erf(x: f64) -> f64
Error function erf(x) via the incomplete gamma: erf(x) = sign(x)·P(½, x²).
erf(x)
erf(x) = sign(x)·P(½, x²)