On Wed, Nov 16, 2011 at 12:38 PM, Blaine <frik...@gmail.com> wrote:

> I imagine pypy uses libc math through ctypes, since pypy and ctypes play
> well together.
>
> Thanks for all the tips, I'll probably just wait to see what the
> maintainer thinks about mapping to haskell's math library.
> Blaine
>
>
>
> On Wed, Nov 16, 2011 at 12:36 PM, Benjamin Peterson 
> <benja...@python.org>wrote:
>
>> 2011/11/16 Blaine <frik...@gmail.com>:
>> > Thanks Alex and Benjamin.
>> >   I'm sorry - you're right it isn't exactly related to pypy. I hope I
>> didn't
>> > break any rules. I was hoping that someone else may have come across
>> this
>> > because the only time I've needed to port compiled modules to python is
>> when
>> > I wanted to use them with pypy.
>> > Blaine
>>
>> I don't PyPy will be very helpful to you, since it uses the libc math
>> functions.
>>
>>
>>
>> --
>> Regards,
>> Benjamin
>>
>
>
No, PyPy has an RPython math module which calls libc.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to