Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
initial version, wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Aug 2, 2021
1 parent 2015cfe commit ca73f84
Show file tree
Hide file tree
Showing 3 changed files with 1,028 additions and 44 deletions.
2 changes: 1 addition & 1 deletion src/sage/rings/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
from .laurent_series_ring_element import LaurentSeries

# Lazy Laurent series ring
lazy_import('sage.rings.lazy_laurent_series_ring', ['LazyLaurentSeriesRing', 'LazyDirichletSeriesRing'])
lazy_import('sage.rings.lazy_laurent_series_ring', ['LazyLaurentSeriesRing', 'LazyDirichletSeriesRing', 'LazyTaylorSeriesRing'])

# Tate algebras
from .tate_algebra import TateAlgebra
Expand Down
Loading

0 comments on commit ca73f84

Please sign in to comment.