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
|