jax.scipy.special.erfc
Warning
This page was created from a pull request (#9655).
jax.scipy.special.erfc¶
- jax.scipy.special.erfc(x)[source]¶
Complementary error function,
1 - erf(x)
.LAX-backend implementation of
erfc()
.Original docstring below.
- Parameters
x (array_like) – Real or complex valued argument
out (ndarray, optional) – Optional output array for the function results
- Returns
Values of the complementary error function
- Return type
scalar or ndarray
References
- 1
Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva