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

Commit

Permalink
Trac #19946: link from general doc to detailed explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Jan 26, 2016
1 parent 101e4de commit 7179c78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,10 @@
sage: n.rpow(1/2)
(1/2)^n
instead. Another way is to use a larger coefficent ring::
instead. (See also the examples in
:meth:`ExactTerm.rpow() <sage.rings.asymptotic.term_monoid.ExactTerm.rpow>`
for a detailed explaination.)
Another way is to use a larger coefficent ring::
sage: M_QQ.<n> = AsymptoticRing(growth_group='QQ^n * n^QQ', coefficient_ring=QQ)
sage: (1/2)^n
Expand Down

0 comments on commit 7179c78

Please sign in to comment.