Re: No complex rationals in Python 3.0

2008-11-24 Thread Rock
On 24 Nov, 20:31, Christian Heimes <[EMAIL PROTECTED]> wrote: > Rock wrote: > > I appreciate the inclusion of the fractions module in Python 2.6 and > > therefore in Python 3.0. But I feel there's something missing: no > > possibility for complex rationals (or arbitrary precision) integers. I > > w

Re: No complex rationals in Python 3.0

2008-11-24 Thread Christian Heimes
Rock wrote: I appreciate the inclusion of the fractions module in Python 2.6 and therefore in Python 3.0. But I feel there's something missing: no possibility for complex rationals (or arbitrary precision) integers. I was just checking the complex number support in Python, compared, for instance,

Re: No complex rationals in Python 3.0

2008-11-24 Thread bearophileHUGS
Rock: >so I guess this could be an important issue.< What they can be useful for? Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

No complex rationals in Python 3.0

2008-11-24 Thread Rock
I appreciate the inclusion of the fractions module in Python 2.6 and therefore in Python 3.0. But I feel there's something missing: no possibility for complex rationals (or arbitrary precision) integers. I was just checking the complex number support in Python, compared, for instance, to Common Lis