nsimplify((Integer(149)/25).evalf()) outputs 149.25, as expected
nsimplify((Integer(149)/35).evalf()) outputs 149/35, which is not expected 
as it is repeating decimal.
How to make it perform approximation to given precision: 
4257142857142857/10**15 ?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/facbc559-651d-4ff2-a1e0-4ae9194b5ac5o%40googlegroups.com.

Reply via email to