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

Commit 3f41b09

Browse files
doctest for trac 13097
1 parent 13b4090 commit 3f41b09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12497,6 +12497,11 @@ cdef class Expression(CommutativeRingElement):
1249712497
(x, y) |--> 2*x + 2*y
1249812498
sage: integral(f, z)
1249912499
(x, y) |--> (x + y)*z
12500+
12501+
We check that :trac:`13097` is resolved::
12502+
12503+
sage: integrate(ln(1+4/5*sin(x)), x, -3.1415, 3.1415) # tol 10e-6
12504+
-1.40205228301000
1250012505
"""
1250112506
from sage.symbolic.integration.integral import \
1250212507
integral, _normalize_integral_input

0 commit comments

Comments
 (0)