diff options
author | dos-reis <gdr@axiomatics.org> | 2012-06-03 18:25:55 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-06-03 18:25:55 +0000 |
commit | 3e1313d951e807417a344c5fda677b98dcb462c8 (patch) | |
tree | 1502cb035b5238858cebba0628553d64388e9abd /src/algebra | |
parent | 3e906e4a73ec71b8d48f00104c38cb8778b9e176 (diff) | |
download | open-axiom-3e1313d951e807417a344c5fda677b98dcb462c8.tar.gz |
* interp/preparse.lisp ($LineList): Remove.
(INITIALIZE-PREPARSE): Do not set it.
(preparse1): Do not reference it. Do not test for ioTerminal? and
the input is always a disk file.
* interp/spad-parser.boot (findCommentBlock): Do not reference
$EchoLineStack.
(preparseReadLine1): Do not reference $LineList.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/acplot.spad.pamphlet | 1 | ||||
-rw-r--r-- | src/algebra/float.spad.pamphlet | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/algebra/acplot.spad.pamphlet b/src/algebra/acplot.spad.pamphlet index 9a33330a..c79f6798 100644 --- a/src/algebra/acplot.spad.pamphlet +++ b/src/algebra/acplot.spad.pamphlet @@ -83,7 +83,6 @@ import UnivariatePolynomial import SparseUnivariatePolynomial import Point import List ---% PlaneAlgebraicCurvePlot ++ Plot a NON-SINGULAR plane algebraic curve p(x,y) = 0. ++ Author: Clifton J. Williamson ++ Date Created: Fall 1988 diff --git a/src/algebra/float.spad.pamphlet b/src/algebra/float.spad.pamphlet index 7c5a74ae..1721a02d 100644 --- a/src/algebra/float.spad.pamphlet +++ b/src/algebra/float.spad.pamphlet @@ -116,8 +116,6 @@ N ==> NonNegativeInteger ++ \spad{*}, \spad{/}, \spad{sqrt}, \spad{pi}, \spad{exp1}, \spad{log2}, \spad{log10}: \spad{ O( n**2 )} ++ \spad{exp}, \spad{log}, \spad{sin}, \spad{atan}: \spad{ O( sqrt(n) n**2 )} ++ The other elementary functions are coded in terms of the ones above. - - Float(): Join(FloatingPointSystem, DifferentialRing, ConvertibleTo String,_ CoercibleTo DoubleFloat, TranscendentalFunctionCategory, _ |