comparison scripts/ChangeLog @ 7558:690c91f741b8

Apply a scaling factor to leading zero removal in roots.m
author Sebastien Loisel
date Wed, 05 Mar 2008 04:44:49 -0500
parents 2ba84879f961
children a938cd7869b2
comparison
equal deleted inserted replaced
7557:2ba84879f961 7558:690c91f741b8
1 2008-03-05 Ben Abbott <bpabbott@mac.com>
2
3 * polynomial/roots.m: Catch Infs and/or NaNs.
4
5 2008-03-05 Sebastien Loisel <loisel@temple.edu>
6
7 * polynomial/roots.m: Apply a scaling factor to the removal of the
8 leading zeros.
9
1 2008-03-04 John W. Eaton <jwe@octave.org> 10 2008-03-04 John W. Eaton <jwe@octave.org>
2 11
3 * plot/print.m: Fix oops in applying last change. 12 * plot/print.m: Fix oops in applying last change.
4 13
5 2008-03-04 Bill Denney <bill@denney.ws> 14 2008-03-04 Bill Denney <bill@denney.ws>
13 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com> 22 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com>
14 23
15 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in 24 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in
16 isspace handling with cell arrays of strings. 25 isspace handling with cell arrays of strings.
17 26
18 2008-03-04 Ben Abbott <bpabbott@mac.com> 27 2008-03-04 Ben Abbott <bpabbott@mac.com>
19 28
20 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. 29 * polynomial/polyfit.m: Modified tests to respect a relative tolerance.
21 30
22 * plot/print.m: Accept a figure handle as an optional input. 31 * plot/print.m: Accept a figure handle as an optional input.
23 32