jax.lax.erfc

Warning

This page was created from a pull request (#9655).

jax.lax.erfc¶

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

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

Parameters

x (Any) –

Return type

Any