aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/ffcat.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/ffcat.spad.pamphlet')
-rw-r--r--src/algebra/ffcat.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/ffcat.spad.pamphlet b/src/algebra/ffcat.spad.pamphlet
index e7ae41ae..9669856f 100644
--- a/src/algebra/ffcat.spad.pamphlet
+++ b/src/algebra/ffcat.spad.pamphlet
@@ -423,7 +423,7 @@ FiniteAlgebraicExtensionField(F : Field) : Category == _
DiscreteLogarithmPackage(M): public == private where
M : Join(Monoid,Finite) with
- "**": (M,Integer) -> M
+ **: (M,Integer) -> M
++ x ** n returns x raised to the integer power n
public ==> with
shanksDiscLogAlgorithm:(M,M,NonNegativeInteger)-> _