Function rgsl::error::erfc_e

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

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