Comment #6 on issue 2886 by [email protected]: Float precision
http://code.google.com/p/sympy/issues/detail?id=2886

With pull request 998 the precision matches that of the entered string the same way that it does in the Decimal class ("The significance of a new Decimal is determined solely by the number of digits input."):

Float("1.1234567890123456789") # precision adjusts
1.1234567890123456789
Float("1.2")
1.2
Float("1.2")*Float("3.14159")
3.76745



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

Reply via email to