commit 5cc5667c32570d57cb751b525ad51954711be1f6
parent cf6c4f80c1eb5f77d14816bcc6323e01c35d94ce
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Tue, 30 Jul 2019 16:26:56 +0200
Merge branch 'master' of https://github.com/porkynator/kummer-degrees
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -10,7 +10,6 @@ Example:
```
sage: TotalKummerFailure([-36,12,-1])
-output:
M_0 = 24
N_0 = 8
@@ -53,6 +52,5 @@ Returns the degree of the Kummer extension Q_{M,N}. Again, G is given simply as
Example:
```
sage: KummerDegree([-36,12,-1],120,24)
-output:
2304
```