We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d182a0e + 9b54f83 commit a5ba2ceCopy full SHA for a5ba2ce
1 file changed
lmfdb/ecnf/code.yaml
@@ -46,7 +46,7 @@ cond:
46
cond_norm:
47
comment: Compute the norm of the conductor
48
sage: E.conductor().norm()
49
- pari: idealnorm(ellglobalred(E)[1])
+ pari: idealnorm(K, ellglobalred(E)[1])
50
magma: Norm(Conductor(E));
51
52
disc:
@@ -128,4 +128,6 @@ snippet_test:
128
label: 81.1-CMa1
129
langs:
130
url: EllipticCurve/2.0.3.1/81.1/CMa/1/download/{lang}
131
+
132
133
0 commit comments