aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/polycat.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/polycat.spad.pamphlet')
-rw-r--r--src/algebra/polycat.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/polycat.spad.pamphlet b/src/algebra/polycat.spad.pamphlet
index b9780274..4f0d80dd 100644
--- a/src/algebra/polycat.spad.pamphlet
+++ b/src/algebra/polycat.spad.pamphlet
@@ -50,7 +50,7 @@ AbelianMonoidRing(R:Ring, E:OrderedAbelianMonoid): Category ==
coefficient: (%,E) -> R
++ coefficient(p,e) extracts the coefficient of the monomial with
++ exponent e from polynomial p, or returns zero if exponent is not present.
- if R has Field then "/": (%,R) -> %
+ if R has Field then /: (%,R) -> %
++ p/c divides p by the coefficient c.
if R has CommutativeRing then
CommutativeRing