jax.scipy.special.erfcx

Contents

jax.scipy.special.erfcx#

jax.scipy.special.erfcx(x)[source]#

Scaled complementary error function.

JAX implementation of scipy.special.erfcx.

\[\mathrm{erfcx}(x) = e^{x^2} \mathrm{erfc}(x)\]

This is numerically stable for large positive x, unlike the naive formula which overflows.

Parameters:

x (ArrayLike) – arraylike, real or complex.

Returns:

array containing values of the scaled complementary error function.

Return type:

Array