# HG changeset patch # User Rik # Date 1354291535 28800 # Node ID c2b381deca6b01246a73cd55ac93ad9b51961325 # Parent 1407aac91bee6af9de966a28916b505c2fdaeec7 NEWS: erfinv and erfcinv do not accept complex inputs. * NEWS: erfinv and erfcinv do not accept complex inputs. diff --git a/NEWS b/NEWS --- 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.