Updates:
        Status: Accepted
        Labels: Polynomial

Comment #2 on issue 2357 by asmeurer: bugs in PythonRationalType
http://code.google.com/p/sympy/issues/detail?id=2357

Another problem with PythonRationalType:

In [16]: S(PythonRationalType(2, 3))
Out[16]: 0.666666666666667

It should return Rational(2, 3).

gmpy does the same thing:

In [22]: QQ.dtype
Out[22]: <built-in function mpq>

In [23]: S(QQ(2, 3))
Out[23]: 0.666666666666667


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