octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OctDev] complex error function


From: Steven G. Johnson
Subject: Re: [OctDev] complex error function
Date: Wed, 21 Nov 2012 11:16:20 -0500
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

On 11/20/12 5:54 PM, Michael D. Godfrey wrote:
Also keep in mind that this will need to be compatible with
the Matlab complex erf(z).

The Matlab erf function does not support complex arguments:

    http://www.mathworks.com/help/matlab/ref/erf.html

(There are several complex erf implementations in the Matlab Central repository.)

However, any erf(z) for complex arguments will be compatible with my implementation because the extension to the complex plane is unique. (erf is an analytic function in the entire complex plane.)

--SGJ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]