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

Commit

Permalink
Trac #22154: update one doctest due to recent changes in log
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Oct 18, 2018
1 parent f3fadc3 commit 33117ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Expand Up @@ -2009,7 +2009,7 @@ def log(self, base=None, precision=None, log_function=None):
sage: R.<x> = AsymptoticRing(growth_group='x^ZZ * log(x)^ZZ', coefficient_ring=ZZ, default_prec=3)
sage: (49*x^3-1).log()
3*log(x) + log(49) - 1/49*x^(-3) - 1/4802*x^(-6) ... + O(x^(-12))
3*log(x) + 2*log(7) - 1/49*x^(-3) - 1/4802*x^(-6) ... + O(x^(-12))
sage: _.parent()
Asymptotic Ring <x^ZZ * log(x)^ZZ> over Symbolic Ring
Expand Down

0 comments on commit 33117ae

Please sign in to comment.