In article
<899b6a05-942a-4229-b3aa-f9099e171...@g31g2000pra.googlegroups.com>,
alex23 wrote:
> On Apr 30, 11:06 am, Michael Press wrote:
> > May I ask for help with Sage problems here? I
> > did not find a usenet Sage support group.
>
> http://www.sagemath.
staff 476 Apr 29 16:53 ipython/
drwxr-xr-x 7 mdp staff 238 Apr 29 16:44 sage_notebook/
-rw-r--r-- 1 mdp staff 546 Apr 29 17:23 setup
drwxr-xr-x 4 mdp staff 136 Apr 29 17:22 temp/
-rw-r--r-- 1 mdp staff 1684 Apr 29 17:24 typescript
___
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
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
nd
the groups are appropriate to the question
and, presumably, your interests.
Unfortunately, I cannot help with the actual question. :)
--
Michael Press
--
http://mail.python.org/mailman/listinfo/python-list
In article
<[EMAIL PROTECTED]>
,
"Matt Moriarity" <[EMAIL PROTECTED]> wrote:
> try surrounding your sum argument in brackets:
>
> sum([phi(x // ps[i+1], i) for i in range(a)])
>
> instead of:
>
> sum(phi(x // ps[i+1], i) for i in range(a))
Thank
n -v:
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information
--
Michael Press
--
http://mail.python.org/mailman/listinfo/python-list