Skip to content

erfc

erfc(x): number

Defined in: special.js:345

Complementary error function erfc(x) = 1 - erf(x), computed without cancellation for large positive x.

Parameters

x

number

Returns

number

1 - erf(x)