aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7afa01e..b5f1845 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,11 @@ This table can be read exactly as the first one.
48 48
49## KummerDegree( G, M, N ) 49## KummerDegree( G, M, N )
50 50
51Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as 51Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion.
52a list of generators and it may contain torsion.
53 52
53Example:
54```
54sage: KummerDegree([-36,12,-1],120,24) 55sage: KummerDegree([-36,12,-1],120,24)
55output: 56output:
562304 572304
57 58```

Generated with cgit - Back to sebastiano.tronto.net