Stefan Behnel, 01.05.2012 21:14:
> 1) Write up a math.pxd that contains declarations equivalent to Python's
> math module. Note that this may not be entirely trivial because the math
> module does some error handling and type special casing under the hood.
Having taken a slightly deeper look at th
On Wed, May 2, 2012 at 12:33 AM, Stefan Behnel wrote:
> Robert Bradshaw, 02.05.2012 08:56:
>> On Tue, May 1, 2012 at 1:02 PM, Stefan Behnel wrote:
>>> Francesc Alted, 01.05.2012 21:49:
On 5/1/12 2:39 PM, mark florisson wrote:
> On 1 May 2012 20:22, Stefan Behnel wrote:
>> Stefan Behne
Robert Bradshaw, 02.05.2012 08:56:
> On Tue, May 1, 2012 at 1:02 PM, Stefan Behnel wrote:
>> Francesc Alted, 01.05.2012 21:49:
>>> On 5/1/12 2:39 PM, mark florisson wrote:
On 1 May 2012 20:22, Stefan Behnel wrote:
> Stefan Behnel, 01.05.2012 21:14:
>> 2) Use math.pxd as an override for
On Tue, May 1, 2012 at 1:02 PM, Stefan Behnel wrote:
> Francesc Alted, 01.05.2012 21:49:
>> On 5/1/12 2:39 PM, mark florisson wrote:
>>> On 1 May 2012 20:22, Stefan Behnel wrote:
Stefan Behnel, 01.05.2012 21:14:
> 2) Use math.pxd as an override for the math module. I'm not sure yet how
>>
Francesc Alted, 01.05.2012 21:49:
> On 5/1/12 2:39 PM, mark florisson wrote:
>> On 1 May 2012 20:22, Stefan Behnel wrote:
>>> Stefan Behnel, 01.05.2012 21:14:
2) Use math.pxd as an override for the math module. I'm not sure yet how
that would best be made to work, but it shouldn't be all
mark florisson, 01.05.2012 21:39:
> On 1 May 2012 20:22, Stefan Behnel wrote:
>> Stefan Behnel, 01.05.2012 21:14:
>>> 2) Use math.pxd as an override for the math module. I'm not sure yet how
>>> that would best be made to work, but it shouldn't be all that complex. It
>>> already works (mostly?) fo
On 5/1/12 2:39 PM, mark florisson wrote:
On 1 May 2012 20:22, Stefan Behnel wrote:
Stefan Behnel, 01.05.2012 21:14:
2) Use math.pxd as an override for the math module. I'm not sure yet how
that would best be made to work, but it shouldn't be all that complex. It
already works (mostly?) for num
On 1 May 2012 20:22, Stefan Behnel wrote:
> Stefan Behnel, 01.05.2012 21:14:
>> 2) Use math.pxd as an override for the math module. I'm not sure yet how
>> that would best be made to work, but it shouldn't be all that complex. It
>> already works (mostly?) for numpy.pxd, for example, although that
Stefan Behnel, 01.05.2012 21:14:
> 2) Use math.pxd as an override for the math module. I'm not sure yet how
> that would best be made to work, but it shouldn't be all that complex. It
> already works (mostly?) for numpy.pxd, for example, although that's done
> explicitly in user code.
BTW, I think