Updates:
        Labels: Integration

Comment #4 on issue 3611 by [email protected]: sqrt(x) should be the same as x ** 0.5
http://code.google.com/p/sympy/issues/detail?id=3611

In case anyone cares, integrate (exp (x ** .5), x) was fixed by

commit 81e89b16c962fee49d98c9396bc9243f751b1fcc
Author: Chris Smith <[email protected]>
Date:   Sun Nov 25 23:02:29 2012 +0545

    2161: handle non-rational coeff in exp/Pow subs

and integrate (exp (x ** .5), x, meijerg=True) was fixed by

commit f079970c8a7ecb331879e1ba23c6b673b5161fe6
Author: Chris Smith <[email protected]>
Date:   Thu Nov 29 09:26:38 2012 +0545

    Float(Integer) -> Float

    0 is special-cased and will always return S.Zero

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to