We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43b6e commit 837ddc8Copy full SHA for 837ddc8
src/sage/schemes/elliptic_curves/hom_scalar.py
@@ -81,8 +81,8 @@
81
sage: zero(E.random_point())
82
(0 : 1 : 0)
83
84
- Retrieving multiplication-by-`m` maps when `m` is divisible by the
85
- characteristic also works (since :issue:`37096`)::
+Retrieving multiplication-by-`m` maps when `m` is divisible by the
+characteristic also works (since :issue:`37096`)::
86
87
sage: E = EllipticCurve(GF(7), [1,0])
88
sage: phi = E.scalar_multiplication(7); phi
0 commit comments