naginterfaces.library.specfun.erfc_​real_​vector

naginterfaces.library.specfun.erfc_real_vector(x)[source]

erfc_real_vector returns an array of values of the complementary error function, .

For full information please refer to the NAG Library document for s15ar

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/s/s15arf.html

Parameters
xfloat, array-like, shape

The argument of the function, for .

Returns
ffloat, ndarray, shape

, the function values.

Raises
NagValueError
(errno )

On entry, .

Constraint: .

Notes

erfc_real_vector calculates approximate values for the complement of the error function

for an array of arguments , for .

See erfc_real() for details on the algorithm used.