diff options
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 |