Updates:
Labels: -EasyToFix smichr NeedsReview
Comment #1 on issue 2758 by [email protected]: sqrtdenest needs to check if
a match pattern was obtained
http://code.google.com/p/sympy/issues/detail?id=2758
It was a little more complicated than that. I'll add this to my radsimp
pull request. Now, also, the following is changed rather than returned
unchanged:
z = sqrt(1/(4*sqrt(3) + 7) + 1)
sqrtdenest(z)
(sqrt(2) + sqrt(6))/(sqrt(3) + 2)
https://github.com/sympy/sympy/pull/660
--
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.