mars.tensor.special.erfc#

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

Complementary error function, 1 - erf(x).

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

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

返回

Values of the complementary error function

返回类型

scalar or ndarray

参见

erf, erfi, erfcx, dawsn, wofz

引用

1

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