Given a complex number Z = (XI,YI), this subroutine computes the value of the Faddeeva function W(Z) = exp(-Z2)erfc(-IZ), where erfc is the complex complementary error function and I is the imaginary unit.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real | :: | XI | ||||
real | :: | YI | ||||
real | :: | U | ||||
real | :: | V | ||||
logical | :: | FLAG |