duncan smith wrote:
> Michael Press wrote:
>> In article <[EMAIL PROTECTED]>,
>> Mark Wooding <[EMAIL PROTECTED]> wrote:
>>
>>> Michael Press <[EMAIL PROTECTED]> wrote:
>>>
I already compiled and installed the GNU multiprecision library
on Mac OS X, and link to it in C programs. How do I
> No, I do not know that. Define desperate.
> Does Python support the extended Euclidean algorithm
> and other number theory functions?
No.
> How fast does Python multiply?
Python uses the Karatsuba algorithm which O(n^1.585). Division is
still O(n^2).
> Not that the latter is particularly impo
Michael Press wrote:
In article <[EMAIL PROTECTED]>,
Mark Wooding <[EMAIL PROTECTED]> wrote:
Michael Press <[EMAIL PROTECTED]> wrote:
I already compiled and installed the GNU multiprecision library
on Mac OS X, and link to it in C programs.
How do I link to the library from Python?
You kn
In article <[EMAIL PROTECTED]>,
Mark Wooding <[EMAIL PROTECTED]> wrote:
> Michael Press <[EMAIL PROTECTED]> wrote:
>
> > I already compiled and installed the GNU multiprecision library
> > on Mac OS X, and link to it in C programs.
> > How do I link to the library from Python?
>
> You know th
Michael Press <[EMAIL PROTECTED]> wrote:
> I already compiled and installed the GNU multiprecision library
> on Mac OS X, and link to it in C programs.
> How do I link to the library from Python?
You know that Python already supports multiprecision integer arithmetic,
right? If you desperately
On Jun 17, 5:13 pm, Michael Press <[EMAIL PROTECTED]> wrote:
> I already compiled and installed the GNU multiprecision library
> on Mac OS X, and link to it in C programs.
> How do I link to the library from Python?
> I do not want to download and install redundant material.
> (I am new to Python)
I already compiled and installed the GNU multiprecision library
on Mac OS X, and link to it in C programs.
How do I link to the library from Python?
I do not want to download and install redundant material.
(I am new to Python)
--
Michael Press
--
http://mail.python.org/mailman/listinfo/python-