From 81b744ef7780ed061807ada72b532b44a2925dd4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 19 Apr 2019 11:47:23 +0200 Subject: Markdown improvement for README --- README.md | 7 ++++--- 1 file 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. ## 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 - +``` -- cgit v1.3