Function rgsl::error::erf_e[][src]

pub fn erf_e(x: f64) -> (Value, Result)
Expand description

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