3.5.3.1.10 Erfi

Definition:

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).

Syntax

complex erfi(complex c)

Parameters:

c

Input, double or complex.

Return:

Return value of the imaginary error function for specified c.

Examples:

newbook;
col(A)={-2:0.01:2};
col(B)=erfi(col(A));