changeset 2776:ba76e3f830dc

[project @ 1997-03-01 18:00:16 by jwe]
author jwe
date Sat, 01 Mar 1997 18:00:16 +0000
parents c80d72d52385
children d741b18efb63
files test/octave.test/poly/polyfit-2.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/octave.test/poly/polyfit-2.m
+++ b/test/octave.test/poly/polyfit-2.m
@@ -1,2 +1,2 @@
 x = [-2, -1, 0, 1, 2];
-all (all (abs (polyfit (x, x.^2+x+1, 3) - [0; 1; 1; 1]) < 8*eps))
+all (all (abs (polyfit (x, x.^2+x+1, 3) - [0; 1; 1; 1]) < sqrt (eps)))