aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-20 07:17:59 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-20 07:17:59 +0000
commit4fc6c2ba4569effe346fd6f498b6ab55afe446cf (patch)
tree56e01a3490abd8f2f007e4be147cdb317ec46377 /src/input
parent1c6564be2725c2e68180cdd4c9899765c8452c7a (diff)
downloadopen-axiom-4fc6c2ba4569effe346fd6f498b6ab55afe446cf.tar.gz
* input/sint.input.pamphlet: Use /\$SingleInteger, not defunct
And$SingleInteger.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/sint.input.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/sint.input.pamphlet b/src/input/sint.input.pamphlet
index 927a4dca..271e9a54 100644
--- a/src/input/sint.input.pamphlet
+++ b/src/input/sint.input.pamphlet
@@ -22,7 +22,7 @@ gcd(a,b)
lcm(a,b)
mulmod(5,6,13)$SingleInteger
positiveRemainder(37,13)$SingleInteger
-And(3,4)$SingleInteger
+(3 /\ 4)$SingleInteger
shift(1,4)$SingleInteger
shift(31,-1)$SingleInteger
@