Comment #7 on issue 2886 by [email protected]: Float precision
http://code.google.com/p/sympy/issues/detail?id=2886
Lots of documentation has been updated and Float("1.1234567890123456789")
still returns 15 digit precision, but the digits can be 'counted' by
using '' for prec:
Float("1.1234567890123456789", "")
1.1234567890123456789
If you think the documentation is sufficient to close this issue, please do
so.
--
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.