upiterbarg / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

Comparing with -inf fails #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In [2]: a=mpf(3)

In [3]: a < inf
Out[3]: True

In [4]: a > -inf
Out[4]: False

Original issue reported on code.google.com by jorn.baa...@gmail.com on 24 Mar 2009 at 4:28

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the report. This was already fixed in r893.

Original comment by fredrik....@gmail.com on 24 Mar 2009 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by fredrik....@gmail.com on 2 Jun 2009 at 7:06