diff 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
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-05  Ben Abbott  <bpabbott@mac.com>
+
+	* polynomial/roots.m: Catch Infs and/or NaNs.
+
+2008-03-05  Sebastien Loisel  <loisel@temple.edu>
+
+	* polynomial/roots.m: Apply a scaling factor to the removal of the
+	leading zeros.
+
 2008-03-04  John W. Eaton  <jwe@octave.org>
 
 	* plot/print.m: Fix oops in applying last change.
@@ -15,7 +24,7 @@
 	* pkg/pkg.m (pkg:configure_make): Make it work with recent changes in
 	isspace handling with cell arrays of strings.
 
-2008-03-04  Ben Abbott <bpabbott@mac.com>
+2008-03-04  Ben Abbott  <bpabbott@mac.com>
 
 	* polynomial/polyfit.m: Modified tests to respect a relative tolerance.