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 9986d23 commit 7002dbdCopy full SHA for 7002dbd
src/sage/rings/laurent_series_ring_element.pyx
@@ -4,8 +4,8 @@ Laurent Series
4
Laurent series in Sage are represented internally as a power of the variable
5
times the power series part. If a Laurent series `f` is represented as
6
`f = t^n \cdot u` where `t` is the variable and `u` has nonzero constant term,
7
-`u` can be accessed through :meth:`valuation_zero_part` and `n` can be accessed
8
-through :meth:`valuation`.
+`u` can be accessed through :meth:`~LaurentSeries.valuation_zero_part` and `n`
+can be accessed through :meth:`~LaurentSeries.valuation`.
9
10
EXAMPLES::
11
0 commit comments