jax.lax.erfc# jax.lax.erfc(x)[source]# Elementwise complementary error function: \(\mathrm{erfc}(x) = 1 - \mathrm{erf}(x)\). Parameters: x (Array | ndarray | bool | number | bool | int | float | complex) Return type: Array