Andrew Jaffe wrote:
> OS X 10.4, PPC
> 
> In [5]: import numpy as N
> 
> In [6]: N.__version__
> Out[6]: '1.0.1.dev3399'
> 
> In [7]: print N.longfloat(0).itemsize
> 16
> 
> In [8]: a = N.exp(N.array([1000],dtype=N.longfloat))
> 
> In [9]: print str(a)
> [inf]
> 
> In [10]: print str(a[0])
> inf
> 
> In [11]: print a.itemsize
> 16

Are others still seeing this at this point, or just me?

A

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to