aboutsummaryrefslogtreecommitdiff
path: root/src/input/defs.input.pamphlet
diff options
context:
space:
mode:
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