Mercurial > hg > octave-nkf
diff NEWS @ 15704:c2b381deca6b
NEWS: erfinv and erfcinv do not accept complex inputs.
* NEWS: erfinv and erfcinv do not accept complex inputs.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 30 Nov 2012 08:05:35 -0800 |
parents | 13d9c90b9cf8 |
children | 74ff287f41cb |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -106,7 +106,7 @@ ** The error function and its derivatives has been extended to accept complex arguments. The following functions now accept complex inputs: - erf erfc erfcx erfinv erfcinv + erf erfc erfcx In addition two new error functions erfi (imaginary error function) and dawson (scaled imaginary error function) have been added.