Comment #10 on issue 1975 by [email protected]: nsimplify() should be recursive
http://code.google.com/p/sympy/issues/detail?id=1975

But in the example given, it does work if there is no symbol; and
doesn't even if a tolerance *is* set:

    >>> nsimplify(x/7.,tolerance=1e-3)
    0.142857142857143*x
    >>> nsimplify(1/7.,tolerance=1e-3)
    1/7
    >>> nsimplify(1/7.)
    1/7

--
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.

Reply via email to