changeset 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 1407aac91bee
children a3189d329906
files NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Nov 20 00:25:31 2012 +0100
+++ b/NEWS	Fri Nov 30 08:05:35 2012 -0800
@@ -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.