Skip to content

Commit 0e9cd40

Browse files
mezzarobbadimpase
authored andcommitted
add doctest for #20846
1 parent 66b319b commit 0e9cd40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10702,6 +10702,10 @@ cdef class Expression(Expression_abc):
1070210702
sage: f.simplify_full()
1070310703
sin(x)/cos(x)
1070410704
10705+
Check that :trac:`20846` is fixed::
10706+
10707+
sage: ((1/6*pi^2).series(x)).simplify_full()
10708+
1/6*pi^2
1070510709
"""
1070610710
x = self
1070710711
x = x.simplify_factorial()

0 commit comments

Comments
 (0)