- Introduction
- Creation of Lazy Series Rings
- Functions on Lazy Series Rings
- Elements
- Creation of Finite Lazy Series
- Arithmetic with Lazy Series
- Finding Coefficients of Lazy Series
- Coefficient(s, i) : RngPowLazElt, RngIntElt -> RngElt
- Coefficient(s, T) : RngPowLazElt, SeqEnum -> RngElt
- Coefficients(s, n) : RngPowLazElt, RngIntElt -> [RngElt]
- Valuation(s) : RngPowLazElt -> Any
- PrintToPrecision(s, n) : RngPowLazElt, RngIntElt ->
- PrintTermsOfDegree(s, l, n) : RngPowLazElt, RngIntElt, RngIntElt ->
- LeadingCoefficient(s) : RngPowLazElt -> RngElt
- LeadingTerm(s) : RngPowLazElt -> RngPowLazElt
- Example RngLaz_elt_coeffs_spiral (H51E7)
- CoefficientsNonSpiral(s, n) : RngPowLazElt, [RngIntElt] -> SeqEnum
- Index(s, i, n) : RngPowLazElt, [RngIntElt], [RngIntElt] -> RngIntElt
- Example RngLaz_coeff_non_spiral (H51E8)
- Predicates on Lazy Series
- Other Functions on Lazy Series
V2.28, 13 July 2023