aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2019-04-19 11:47:23 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2019-04-19 11:47:23 +0200
commit81b744ef7780ed061807ada72b532b44a2925dd4 (patch)
tree21628ad9324a8d4b25fa0d441e1991a12e276868 /README.md
parent0cecb6907568997b77bf63941bec5e150ba23e9a (diff)
downloadkummer-degrees-81b744ef7780ed061807ada72b532b44a2925dd4.tar.gz
kummer-degrees-81b744ef7780ed061807ada72b532b44a2925dd4.zip
Markdown improvement for README
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