diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-08 05:49:29 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-08 05:49:29 +0000 |
commit | 007ce83d9d0c7dee255b35120d671cab5ab0f33e (patch) | |
tree | c11af8062b8b3ad2bfc2e56bbfdf3536c4afbf70 /src/algebra | |
parent | acd73b3b9926403115db4db68361703bff439889 (diff) | |
download | open-axiom-007ce83d9d0c7dee255b35120d671cab5ab0f33e.tar.gz |
* algebra/acplot.spad.pamphlet: Fix decimal constant notation.
* interp/fnewmeta.lisp: Replace MATCH-ADVANCE-STRING with
MATCH-ADVANCE-KEYWORD when matching for keywords.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/acplot.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
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 |