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 9352a32 commit b0f5ab2Copy full SHA for b0f5ab2
src/sage/combinat/sf/sfa.py
@@ -1673,10 +1673,14 @@ def formal_series_ring(self):
1673
1674
sage: type(L)
1675
<class 'sage.rings.lazy_series_ring.LazySymmetricFunctions_with_category'>
1676
+ sage: s.completion() is s.formal_series_ring()
1677
+ True
1678
"""
1679
from sage.rings.lazy_series_ring import LazySymmetricFunctions
1680
return LazySymmetricFunctions(self)
1681
1682
+ completion = formal_series_ring
1683
+
1684
1685
class FilteredSymmetricFunctionsBases(Category_realization_of_parent):
1686
r"""
0 commit comments