aboutsummaryrefslogtreecommitdiff
path: root/src/input/defs.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-27 19:39:53 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-27 19:39:53 +0000
commit1d956ee860df63134233a71d8de39598dfe9a8bb (patch)
tree5c30ab52c099559c736dca804086bee0a44b8978 /src/input/defs.input.pamphlet
parent5d3c517bfbca1bf3bf93111dd7e9969d5aa8e486 (diff)
downloadopen-axiom-1d956ee860df63134233a71d8de39598dfe9a8bb.tar.gz
Remove more Makefile pamphlets and other leftover.
Diffstat (limited to 'src/input/defs.input.pamphlet')
-rw-r--r--src/input/defs.input.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/defs.input.pamphlet b/src/input/defs.input.pamphlet
index 85b35ef3..e3b6ea71 100644
--- a/src/input/defs.input.pamphlet
+++ b/src/input/defs.input.pamphlet
@@ -10,7 +10,7 @@
\tableofcontents
\eject
The [[otherwise]] clause is not recognized either in the NAG version
-or the Axiom version.
+or the OpenAxiom version.
<<fib>>=
)clear all
@@ -23,7 +23,7 @@ fib(100)
@
The [[when]] clause is not recognized either in the NAG version or
-the Axiom version.
+the OpenAxiom version.
<<chebyshev>>=
chebyshev1: Integer -> UnivariatePolynomial(x,Fraction Integer)
chebyshev1(0) == 1