Function rgsl::error::erf[][src]

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

This routine computes the error function erf(x), where erf(x) = (2/\sqrt(\pi)) \int_0^x dt \exp(-t^2).