Scilab Function
Last update : 31/10/2005
erfcomp - error function with complex input
arguments
Calling Sequence
-
E = erfcomp(z)
Parameters
-
z
: complex scalar, vector or matrix.
-
E
: The errorfunction for complex arguments. E has got the same
size like z.
Description
-
The complex error function is usefull for defining other functions,
like e. g. the fresnel function.
Examples
z=[1-%i,1,1+%i,%i,-1+%i,-1,-1-%i,-%i];
EC=erfcomp(z);
disp(EC);
See Also
fresnel
,
erfinv
,
Authors
-
Dr. Andreas Geissler geisslea@web.de
Bibliography
Abramovitz / Stegun: "Handbook of mathematical functions"