Comment #3 on issue 2100 by smichr: nsimplify rarely works without setting the tolerance flag
http://code.google.com/p/sympy/issues/detail?id=2100

It's not hard if you take the str() of it which generally does rounding to get rid of spurious 9.. and ..01 and check the number of digits that remain. Those plus the log(n, 10) will give you the total number of digits entered.

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