mars.tensor.special.erfc#

mars.tensor.special.erfc(x, out=None, where=None, **kwargs)[source]#

Complementary error function, 1 - erf(x).

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

See also

erf, erfi, erfcx, dawsn, wofz

References

1

Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva