octave-maintainers
[Top][All Lists]
Advanced

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

Re: Patch for erfinv.m


From: John W. Eaton
Subject: Re: Patch for erfinv.m
Date: Wed, 23 Jan 2008 02:55:12 -0500

On 22-Jan-2008, Daniel J Sebald wrote:

| John W. Eaton wrote:
| > I applied the patch but used
| > 
| >   ## x < 1 or x > 1 ==> NaN
| >   y(abs (x) >= 1) = NaN;
| 
| That should be
| 
|    ## x < -1 or x > 1 ==> NaN

Fixed.

Thanks,

jwe


reply via email to

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