I just tried this on one of our G4's and see the same behavior.
Chris
---- Original message ----
>Date: Thu, 26 Oct 2006 15:46:50 +0100
>From: Andrew Jaffe <a.h...@gm...>
>Subject: Re: [Numpy-discussion] Still a ticket 112 "check_longfloat_repr" issue on OSX
>To: Discussion of Numerical Python <num...@li...>
>
>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
|