Skip to content

Commit 7dde129

Browse files
author
Matthias Koeppe
committed
./sage -fixdoctests --long --distribution 'sagemath-polyhedra[standard]' --probe sage.symbolic --only-tags src/sage/rings/multi_power_series_ring_element.py
1 parent 5454b51 commit 7dde129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/multi_power_series_ring_element.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ def exp(self, prec=infinity):
19201920
Another workaround for this limitation is to change base ring
19211921
to one which is closed under exponentiation, such as `\RR` or `\CC`::
19221922
1923-
sage: exp(g.change_ring(RDF)) # needs sage.symbolic
1923+
sage: exp(g.change_ring(RDF))
19241924
7.38905609... + 7.38905609...*a + 7.38905609...*b + 3.69452804...*a^2 +
19251925
14.7781121...*a*b + 3.69452804...*b^2 + O(a, b)^3
19261926
@@ -2012,7 +2012,7 @@ def log(self, prec=infinity):
20122012
Another workaround for this limitation is to change base ring
20132013
to one which is closed under exponentiation, such as `\RR` or `\CC`::
20142014
2015-
sage: log(g.change_ring(RDF)) # needs sage.symbolic
2015+
sage: log(g.change_ring(RDF))
20162016
1.09861228... + 0.333333333...*a + 0.333333333...*b - 0.0555555555...*a^2
20172017
+ 0.222222222...*a*b - 0.0555555555...*b^2 + 0.0123456790...*a^3
20182018
- 0.0740740740...*a^2*b - 0.0740740740...*a*b^2 + 0.0123456790...*b^3

0 commit comments

Comments
 (0)