Comment #6 on issue 2340 by smi...@gmail.com: Float(1) returns Integer
http://code.google.com/p/sympy/issues/detail?id=2340

Ronan is pointing out that Float of a Rational gives a Float but Float of an Integer (as the issue describes) does not give a Float:


219/13
Float(_)
16.8461538461538
Rational(221, 13)
17
Float(_)
17


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@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