Skip to content

Commit

Permalink
mention default values for r,s,t
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Jan 18, 2024
1 parent 9218517 commit 89f8531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/schemes/elliptic_curves/ell_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,8 @@ def isomorphism(self, u, r=0, s=0, t=0, *, is_codomain=False):
r"""
Given four values `u,r,s,t` in the base ring of this curve, return
the :class:`WeierstrassIsomorphism` defined by `u,r,s,t` with this
curve as its codomain. (The value `u` must be a unit.)
curve as its codomain.
(The value `u` must be a unit; the values `r,s,t` default to zero.)
Optionally, if the keyword argument ``is_codomain`` is set to ``True``,
return the isomorphism defined by `u,r,s,t` with this curve as its
Expand Down

0 comments on commit 89f8531

Please sign in to comment.