Erfi-func
This function computes the value of the imaginary error function for specified complex c. The function is calculated by NAG function nag_complex_erfc(s15ddc).
complex erfi(complex c)
c
Return value of the imaginary error function for specified c.
newbook; col(A)={-2:0.01:2}; col(B)=erfi(col(A));