mars.tensor.special.erfcx#

mars.tensor.special.erfcx(x, out=None, where=None, **kwargs)[源代码]#

Scaled complementary error function, exp(x**2) * erfc(x).

参数
  • x (array_like) – Real or complex valued argument

  • out (ndarray, optional) – Optional output array for the function results

返回

Values of the scaled complementary error function

返回类型

scalar or ndarray

参见

erf, erfc, erfi, dawsn, wofz

备注

引用

1

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