maxframe.tensor.special.erfcx#

maxframe.tensor.special.erfcx(x, out=None)[source]#

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

Parameters:
  • x (array_like) – Real or complex valued argument

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

Returns:

Values of the scaled complementary error function

Return type:

scalar or ndarray

See also

erf, erfc, erfi, dawsn, wofz

Notes

References