Updates:
        Cc: ellisonbg
        Labels: EasyToFix

Comment #1 on issue 1975 by asmeurer: nsimplify() should be recursive
http://code.google.com/p/sympy/issues/detail?id=1975

This actually shouldn't be too hard. Just recurse through the expression tree and rebuild it, nsimplifying Reals as they are encountered. Alternately, create a .nsimplify() method and make it work exactly like .evalf(). Wasn't there talk on the mailing list a while ago about adding methods such as .nsimplify() to Expr?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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