aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/ffnb.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/ffnb.spad.pamphlet')
-rw-r--r--src/algebra/ffnb.spad.pamphlet6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/ffnb.spad.pamphlet b/src/algebra/ffnb.spad.pamphlet
index 8b9c7fbd..d37fe749 100644
--- a/src/algebra/ffnb.spad.pamphlet
+++ b/src/algebra/ffnb.spad.pamphlet
@@ -111,13 +111,13 @@ InnerNormalBasisFieldFunctions(GF): Exports == Implementation where
-- the semantic of the following functions is obvious from the finite field
-- context, for description see category FAXF
- "**" :(VGF,I) -> VGF
+ ** :(VGF,I) -> VGF
++ x**n \undocumented{}
++ See \axiomFunFrom{**}{DivisionRing}
- "*" :(VGF,VGF) -> VGF
+ * :(VGF,VGF) -> VGF
++ x*y \undocumented{}
++ See \axiomFunFrom{*}{SemiGroup}
- "/" :(VGF,VGF) -> VGF
+ / :(VGF,VGF) -> VGF
++ x/y \undocumented{}
++ See \axiomFunFrom{/}{Field}
norm :(VGF,PI) -> VGF