[Numpy-discussion] nan, inf?

Stephen Walton stephen.walton at csun.edu
Sun Aug 1 22:03:03 EDT 2004


On Sun, 2004-08-01 at 21:21, Shin wrote:

> Following the document in ieeespacial.py,
> I tried:
> 
> >>> from numarray import *
> >>> nan
> 

[swalton at localhost ~]$ python
Python 2.2.3 (#1, Jun 16 2003, 13:21:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from numarray import *
>>> from numarray.ieeespecial import *
>>> nan
nan
>>> inf
inf

-- 
Stephen Walton <stephen.walton at csun.edu>
Dept. of Physics & Astronomy, CSU Northridge





More information about the NumPy-Discussion mailing list