Function libm::erfcf

source ·
pub fn erfcf(x: f32) -> f32
Expand description

Complementary error function (f32)

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.