Skip to main content

erf

pub fn erf(x: f64) -> f64
Expand description

Error function erf(x) via the incomplete gamma: erf(x) = sign(x)·P(½, x²).