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

Commit

Permalink
todo-block with remark w.r.t. L-terms added
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl committed Sep 29, 2015
1 parent 4edaa39 commit c7023dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,12 @@ def __invert__(self):
returned by this method might not fulfill
``el * el._invert_() == 1``.
.. TODO::
As soon as `L`-terms are implemented, this
implementation has to be adapted as well in order to
yield correct results.
EXAMPLES::
sage: R.<x> = AsymptoticRing('x^ZZ', QQ, default_prec=4)
Expand Down

0 comments on commit c7023dd

Please sign in to comment.