On Wed, Aug 18, 2010 at 11:07 AM, David Cournapeau wrote:
> On Wed, Aug 18, 2010 at 11:52 PM, wrote:
>> On Wed, Aug 18, 2010 at 10:36 AM, Charles R Harris
>> wrote:
>>>
>>>
>>> On Wed, Aug 18, 2010 at 8:25 AM, Colin Macdonald
>>> wrote:
On 08/18/10 15:14, Charles R Harris wrote:
On Wed, Aug 18, 2010 at 11:52 PM, wrote:
> On Wed, Aug 18, 2010 at 10:36 AM, Charles R Harris
> wrote:
>>
>>
>> On Wed, Aug 18, 2010 at 8:25 AM, Colin Macdonald
>> wrote:
>>>
>>> On 08/18/10 15:14, Charles R Harris wrote:
>>> > However, the various constants supplied by numpy, pi and such, are
On Wed, Aug 18, 2010 at 10:58 AM, Charles R Harris
wrote:
>
>
> On Wed, Aug 18, 2010 at 8:54 AM, Matthieu Brucher
> wrote:
>>
>> I don't think there is longdouble on Windows, is there?
>>> np.longdouble
>>> np.longdouble(5).itemsize
12
>>> np.double(5).itemsize
8
>>
>
> The MSVC compilers don
On Wed, Aug 18, 2010 at 8:54 AM, Matthieu Brucher <
matthieu.bruc...@gmail.com> wrote:
> I don't think there is longdouble on Windows, is there?
>
>
The MSVC compilers don't support extended precision, or rather, long doubles
are the same as doubles. I don't know what other compilers on windows do
I don't think there is longdouble on Windows, is there?
Matthieu
2010/8/18 :
> On Wed, Aug 18, 2010 at 10:36 AM, Charles R Harris
> wrote:
>>
>>
>> On Wed, Aug 18, 2010 at 8:25 AM, Colin Macdonald
>> wrote:
>>>
>>> On 08/18/10 15:14, Charles R Harris wrote:
>>> > However, the various constants
On Wed, Aug 18, 2010 at 10:36 AM, Charles R Harris
wrote:
>
>
> On Wed, Aug 18, 2010 at 8:25 AM, Colin Macdonald
> wrote:
>>
>> On 08/18/10 15:14, Charles R Harris wrote:
>> > However, the various constants supplied by numpy, pi and such, are
>> > full precision.
>>
>> no, they are not. My examp
On Wed, Aug 18, 2010 at 8:25 AM, Colin Macdonald
wrote:
> On 08/18/10 15:14, Charles R Harris wrote:
> > However, the various constants supplied by numpy, pi and such, are
> > full precision.
>
> no, they are not. My example demonstrated that numpy.pi is only
> double precision.
>
>
Hmm, the full
On 08/18/10 15:14, Charles R Harris wrote:
> However, the various constants supplied by numpy, pi and such, are
> full precision.
no, they are not. My example demonstrated that numpy.pi is only
double precision.
Thanks for your help so far.
Colin
___
On Wed, Aug 18, 2010 at 7:37 AM, Colin Macdonald
wrote:
> On 08/18/10 13:43, Charles R Harris wrote:
> >
> >
> > On Wed, Aug 18, 2010 at 3:46 AM, Colin Macdonald
> > mailto:macdon...@maths.ox.ac.uk>> wrote:
> >
> > How can I enter longdouble (float96) literals into my python/numpy
> > prog
On 08/18/10 13:43, Charles R Harris wrote:
>
>
> On Wed, Aug 18, 2010 at 3:46 AM, Colin Macdonald
> mailto:macdon...@maths.ox.ac.uk>> wrote:
>
> How can I enter longdouble (float96) literals into my python/numpy
> programs? In C, I would postfix such numbers with 'L', but this gives
>
On Wed, Aug 18, 2010 at 3:46 AM, Colin Macdonald
wrote:
> How can I enter longdouble (float96) literals into my python/numpy
> programs? In C, I would postfix such numbers with 'L', but this gives
> a SyntaxError in python.
>
> The rest of my message is just two examples of what I'm talking about
How can I enter longdouble (float96) literals into my python/numpy
programs? In C, I would postfix such numbers with 'L', but this gives
a SyntaxError in python.
The rest of my message is just two examples of what I'm talking about
in case its not clear.
Thanks,
Colin
---
12 matches
Mail list logo