Mercurial > hg > octave-lyh
changeset 11529:f98f925d8e5c
Add undocumented function erfcx to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 14 Jan 2011 11:59:59 -0800 |
parents | feb90c7cfc16 |
children | 13b4fbd2a58b |
files | doc/ChangeLog doc/interpreter/arith.txi src/ChangeLog src/mappers.cc |
diffstat | 4 files changed, 13 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 Rik <octave@nomad.inbox5.com> + + * interpreter/arith.txi: Add undocumented erfcx to documentation. + 2011-01-14 John W. Eaton <jwe@octave.org> * Update copyright notices for 2011.
--- a/doc/interpreter/arith.txi +++ b/doc/interpreter/arith.txi @@ -264,6 +264,8 @@ @DOCSTRING(erfc) +@DOCSTRING(erfcx) + @DOCSTRING(erfinv) @DOCSTRING(gamma)
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 Rik <octave@nomad.inbox5.com> + + * src/mappers.cc: Add Seealso links between erf variants to docstring. + 2011-01-14 John W. Eaton <jwe@octave.org> * sighandlers.cc (BADSIG, BLOCK_SIGNAL, SIGCHLD, BLOCK_CHILD,
--- a/src/mappers.cc +++ b/src/mappers.cc @@ -557,7 +557,7 @@ @end example\n\ \n\ @end ifnottex\n\ -@seealso{erfc, erfinv}\n\ +@seealso{erfc, erfcx, erfinv}\n\ @end deftypefn") { octave_value retval; @@ -607,7 +607,7 @@ @example\n\ erf(@var{y}) == @var{x}\n\ @end example\n\ -@seealso{erfc, erf}\n\ +@seealso{erf, erfc, erfcx}\n\ @end deftypefn") { octave_value retval; @@ -644,7 +644,7 @@ @ifnottex\n\ @code{1 - erf (@var{z})}.\n\ @end ifnottex\n\ -@seealso{erf, erfinv}\n\ +@seealso{erfcx, erf, erfinv}\n\ @end deftypefn") { octave_value retval;