Status: Accepted
Owner: Vinzent.Steinberg
CC: fredrik.johansson
Labels: Type-Defect Priority-Medium
New issue 1975 by Vinzent.Steinberg: nsimplify() should be recursive
http://code.google.com/p/sympy/issues/detail?id=1975
In [2]: nsimplify(1./7 * x)
Out[2]: 0.142857142857143⋅x
This should be x/7 instead. This would give a consistent behavior with
evalf(). nsimplify() should look recursively for Reals and try to simplify
them.
--
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.