Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Simplify

New issue 3428 by asmeu...@gmail.com: tolerance keyword of nsimplify is ignored
http://code.google.com/p/sympy/issues/detail?id=3428

In [39]: print nsimplify(0.5*x**2 - 3.333333*x, tolerance=0.001, rational=True)
x**2/2 - 3333333*x/1000000

I would have expected a smaller fraction on the x term (no more than 1000 in the denominator).

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