Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 3164:45490c020e47
[project @ 1998-04-14 20:56:48 by jwe]
author | jwe |
---|---|
date | Tue, 14 Apr 1998 20:56:53 +0000 |
parents | 7c96e85c76db |
children | 390d5e396682 |
comparison
equal
deleted
inserted
replaced
3163:7f7228c0e658 | 3164:45490c020e47 |
---|---|
1 Tue Apr 14 14:41:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2 | |
3 * Array2-idx.h (index): Allow x(:) even when do_fortran_indexing | |
4 is not set. | |
5 (index): Allow x = zeros (2, 0); x(1,:) to work. | |
6 | |
7 * lo-specfun.cc (gammainc): Use dgamit to compute | |
8 (\int_0^x exp(-t) t^(a-1) dt)/gamma(a), not just | |
9 \int_0^x exp(-t) t^(a-1) dt. | |
10 | |
11 Wed Apr 8 22:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12 | |
13 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-d.cc, | |
14 Array-s.cc: Change return types of all `assign' explicit | |
15 instantiations to be int, not void, to match the template decl in | |
16 Array.h. | |
17 | |
1 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | 18 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 19 |
3 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. | 20 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. |
4 | 21 |
5 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | 22 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |