Skip to content

Commit 89f8531

Browse files
committed
mention default values for r,s,t
1 parent 9218517 commit 89f8531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/schemes/elliptic_curves/ell_generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,8 @@ def isomorphism(self, u, r=0, s=0, t=0, *, is_codomain=False):
15591559
r"""
15601560
Given four values `u,r,s,t` in the base ring of this curve, return
15611561
the :class:`WeierstrassIsomorphism` defined by `u,r,s,t` with this
1562-
curve as its codomain. (The value `u` must be a unit.)
1562+
curve as its codomain.
1563+
(The value `u` must be a unit; the values `r,s,t` default to zero.)
15631564
15641565
Optionally, if the keyword argument ``is_codomain`` is set to ``True``,
15651566
return the isomorphism defined by `u,r,s,t` with this curve as its

0 commit comments

Comments
 (0)