Comment #5 on issue 2848 by ronan.l...@gmail.com: Failing test in sympy/solvers/test/test_solvers.py
http://code.google.com/p/sympy/issues/detail?id=2848

I've reduced the problem to the following, but I still don't understand what's going on:

clear_cache()
solve((2**exp(y**2/x) + 2)/(x**2 + 15), y)
[-sqrt(x)*sqrt(-log(log(2)) + log(log(2) + I*pi)), sqrt(x)*sqrt(-log(log(2)) + log(log(2) + I*pi))]
clear_cache()
solve(exp(x) + 1, x)
[I*pi]
solve((2**exp(y**2/x) + 2)/(x**2 + 15), y)
[-sqrt(x)*sqrt(log((log(2) + I*pi)/log(2))), sqrt(x)*sqrt(log((log(2) + I*pi)/log(2)))]


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to