Function float_extras::f64::erf [] [src]

pub fn erf(x: f64) -> f64

erf returns the error function of x, defined as text erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt