Comment #2 on issue 2886 by [email protected]: Float precision http://code.google.com/p/sympy/issues/detail?id=2886
And about the case, when the length of string is greater then the default precision,
Float("1.1234567890123456789")
1.12345678901235 I think it will be better to increase it in SymPy Float constructor indeed. -- 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.
