Updates:
Labels: -NeedsReview -smichr
Comment #4 on issue 1239 by [email protected]: decimals should be rationals
(!)
http://code.google.com/p/sympy/issues/detail?id=1239
This now gives:
factor(x**2+Float('2.5')*x+1)
0.5*(1.0*x + 2.0)*(2.0*x + 1.0)
Float('2.5').is_rational
No changes have been made to the is_rational issue. Is this a WontFix issue?
--
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.