Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium WrongResult Simplify
New issue 2554 by asmeurer: Bug with sqrtdenest http://code.google.com/p/sympy/issues/detail?id=2554
sqrt(2 + sqrt(2 + sqrt(2)))
((2**(1/2) + 2)**(1/2) + 2)**(1/2)
sqrtdenest(sqrt(2 + sqrt(2 + sqrt(2))))
nan But the number is obviously not nan:
sqrt(2 + sqrt(2 + sqrt(2))).evalf()
1.96157056080646 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
