Issue 3220 in sympy: Integrating Borwein integrals hangs

2012-04-09 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium Integration New issue 3220 by plaes...@gmail.com: Integrating Borwein integrals hangs http://code.google.com/p/sympy/issues/detail?id=3220 I recently stumbled upon on Borwein Integrals -

Re: Issue 3210 in sympy: Simplification of the radicals with complex.

2012-04-09 Thread sympy
Updates: Summary: Simplification of the radicals with complex. Comment #3 on issue 3210 by pr...@goodok.ru: Simplification of the radicals with complex. http://code.google.com/p/sympy/issues/detail?id=3210 And I change my original Symplification to Simplification. -- You received

Re: Issue 3062 in sympy: set and frozenset are not printed correctly with latex()

2012-04-09 Thread sympy
Updates: Status: Valid Comment #7 on issue 3062 by asmeu...@gmail.com: set and frozenset are not printed correctly with latex() http://code.google.com/p/sympy/issues/detail?id=3062 I get In [128]: latex(set([x**2]))

Re: Issue 3062 in sympy: set and frozenset are not printed correctly with latex()

2012-04-09 Thread sympy
Comment #9 on issue 3062 by asmeu...@gmail.com: set and frozenset are not printed correctly with latex() http://code.google.com/p/sympy/issues/detail?id=3062 By the way, why does the latex printer have a hard-coded limit of 10 for FiniteSet, after which is prints with ... (which should be

Re: Issue 2899 in sympy: infinite recursion in coth's complex expand with reals

2012-04-09 Thread sympy
Updates: Labels: -Priority-Medium Priority-Critical Comment #4 on issue 2899 by asmeu...@gmail.com: infinite recursion in coth's complex expand with reals http://code.google.com/p/sympy/issues/detail?id=2899 This is the source of the stack overflow problem in Python 3 (see