[][src]Function libm::erfcf

pub fn erfcf(x: f32) -> f32

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.