commit 81b744ef7780ed061807ada72b532b44a2925dd4
parent 0cecb6907568997b77bf63941bec5e150ba23e9a
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Fri, 19 Apr 2019 11:47:23 +0200
Markdown improvement for README
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -48,10 +48,11 @@ This table can be read exactly as the first one.
## KummerDegree( G, M, N )
-Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as
-a list of generators and it may contain torsion.
+Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as a list of generators and it may contain torsion.
+Example:
+```
sage: KummerDegree([-36,12,-1],120,24)
output:
2304
-
+```