Skip to main content
Ctrl+K

jax.lax.erfc#

jax.lax.erfc(x)[source]#

Elementwise complementary error function: \(\mathrm{erfc}(x) = 1 - \mathrm{erf}(x)\).

Parameters:

x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

Return type:

Array

previous

jax.lax.erf

next

jax.lax.erf_inv