maxframe.tensor.special.erfc#

maxframe.tensor.special.erfc(x, out=None)[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