Mercurial > hg > octave-nkf
annotate doc/texmf.cnf @ 20817:c3c052b9192a
Improve performance and error reporting of betainv, gaminv (bug #34363).
* betainv.m: Replace for loop with do-until loop. Shorten max loop cycles to
40, rather than 10,000. Issue warning if algorithm fails.
* gaminv.m: Replace for loop with do-until loop. Shorten max loop cycles to
40, rather than 100. Issue warning if algorithm fails.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 11 Oct 2015 16:55:17 -0700 |
parents | f262a3e9e21e |
children |
rev | line source |
---|---|
9244
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
diff
changeset
|
1 % Increase save size to run @seealso macro for Octave documentation |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
diff
changeset
|
2 save_size = 10000 |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
diff
changeset
|
3 |