From 007ce83d9d0c7dee255b35120d671cab5ab0f33e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 8 Dec 2010 05:49:29 +0000 Subject: * algebra/acplot.spad.pamphlet: Fix decimal constant notation. * interp/fnewmeta.lisp: Replace MATCH-ADVANCE-STRING with MATCH-ADVANCE-KEYWORD when matching for keywords. --- src/algebra/acplot.spad.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/acplot.spad.pamphlet') diff --git a/src/algebra/acplot.spad.pamphlet b/src/algebra/acplot.spad.pamphlet index cf69d391..9a33330a 100644 --- a/src/algebra/acplot.spad.pamphlet +++ b/src/algebra/acplot.spad.pamphlet @@ -208,7 +208,7 @@ PlaneAlgebraicCurvePlot():Exports == Implementation where --% global constants - EPSILON : NF := .000001 -- precision to which realSolve finds roots + EPSILON : NF := 0.000001 -- precision to which realSolve finds roots PLOTERR : SF := float(1,-3,10) -- maximum allowable difference in each coordinate when -- determining if 2 plotted points are equal -- cgit v1.2.3