Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 6964:33f20a41aeea
[project @ 2007-10-06 04:31:18 by jwe]
author | jwe |
---|---|
date | Sat, 06 Oct 2007 04:31:18 +0000 |
parents | 642f481d2d50 |
children | c962cc09067a |
comparison
equal
deleted
inserted
replaced
6963:642f481d2d50 | 6964:33f20a41aeea |
---|---|
1 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
2 | |
3 * polynomial/mpoles.m: New function. | |
4 * polynomial/residue.m: Modified to behave in reciprocal | |
5 manner. No longer compute 4th output, "e". No longer accept | |
6 tolerance input. Explicitly set tolerance parameter to 0.001. | |
7 Respect maximum relative difference in poles when determining | |
8 their multiplicity. Use mpoles to determine the multiplicity of | |
9 poles. | |
10 | |
1 2007-10-05 Peter A. Gustafson <petegus@umich.edu> | 11 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2 | 12 |
3 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | 13 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
4 for surface plots. | 14 for surface plots. |
5 | 15 |