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/float.spad.pamphlet | |
| 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/float.spad.pamphlet')
| -rw-r--r-- | src/algebra/float.spad.pamphlet | 2 |
1 files changed, 0 insertions, 2 deletions
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, _ |
