nag_complex_erfc (s15ddc) computes values of the function
, where
is the complementary error function
for Complex
. The method used is that in
Gautschi (1970) for
in the first quadrant of the complex plane, and is extended for
in other quadrants via the relations
and
. Following advice in
Gautschi (1970) and
van der Laan and Temme (1984), the code in
Gautschi (1969) has been adapted to work in various precisions up to
decimal places. The real part of
is sometimes known as the Voigt function.
van der Laan C G and Temme N M (1984) Calculation of special functions: the gamma function, the exponential integrals and error-like functions CWI Tract 10 Centre for Mathematics and Computer Science, Amsterdam
The accuracy of the returned result depends on the argument
. If
lies in the first or second quadrant of the complex plane (i.e.,
is greater than or equal to zero), the result should be accurate almost to
machine precision, except that there is a limit of about
decimal places on the achievable accuracy because constants in the function are given to this precision. With such arguments,
fail can only return as
NE_NOERROR.
If however
is less than zero, accuracy may be lost in two ways; firstly, in the evaluation of
, if
is large, in which case a warning will be issued through
NE_RESULT_HALF_PRECISION or
NE_RESULT_NO_PRECISION; and secondly, near the zeros of the required function, where precision is lost due to cancellation, in which case no warning is given – the result has absolute accuracy rather than relative accuracy. Note also that in this half-plane, one or both parts of the result may overflow – this is signalled through
NE_RESULT_IMAGINARY_OVERFLOW,
NE_RESULT_OVERFLOW or
NE_RESULT_REAL_OVERFLOW.
Not applicable.
nag_complex_erfc (s15ddc) may be used to compute values of
and
for Complex
by the relations
,
. (For double arguments,
nag_erfc (s15adc) and
nag_erf (s15aec) should be used.)