Mercurial > hg > octave-lyh
diff liboctave/lo-specfun.h @ 14770:cb85e836d035
New function: erfcinv (bug #36607)
author | Axel Mathéi <axel.mathei@gmail.com> |
---|---|
date | Thu, 14 Jun 2012 23:31:59 +0200 |
parents | 72c96de7a403 |
children | 95b93a728603 |
line wrap: on
line diff
--- a/liboctave/lo-specfun.h +++ b/liboctave/lo-specfun.h @@ -593,6 +593,9 @@ extern OCTAVE_API double erfinv (double x); extern OCTAVE_API float erfinv (float x); +extern OCTAVE_API double erfcinv (double x); +extern OCTAVE_API float erfcinv (float x); + extern OCTAVE_API double erfcx (double x); extern OCTAVE_API float erfcx (float x);