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

pub fn erf(n: f64) -> f64

These functions return the error function of x, defined as

erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt