From 3e1313d951e807417a344c5fda677b98dcb462c8 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 3 Jun 2012 18:25:55 +0000 Subject: * 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. --- src/algebra/acplot.spad.pamphlet | 1 - src/algebra/float.spad.pamphlet | 2 -- 2 files changed, 3 deletions(-) (limited to 'src/algebra') 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, _ -- cgit v1.2.3