Function rgsl::error::erfc_e[][src]

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

This routine computes the complementary error function erfc(x) = 1 - erf(x) = (2/\sqrt(\pi)) \int_x^\infty \exp(-t^2).