Comment #40 on issue 1778 by smichr: Rational from string can be improved
http://code.google.com/p/sympy/issues/detail?id=1778

Another issue that this branch addresses is the sympification of longs:

S('22222222222/11111111111')
2L

With the changes of this branch, the result is the Integer 2. And the following results in a Rational instead of truncating to 0:

S('2222222222/111111111111')
0L


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