Function libm::erfc

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

Complementary error function (f64)

Calculates the complementary probability. Is 1 - erf(x). Is computed directly, so that you can use it to avoid the loss of precision that would result from subtracting large probabilities (on large x) from 1.