Function rgsl::error::erfc[][src]

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

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