[sage-support] How to do it in cython?

2010-06-12 Thread Rolandb
Hi, I have a small (nonsense) example of a program I would like to be able to convert to cython. But I don't know how to convert: R.A,B,C=QQ[], .factor(), .unit() and .factor(proof=False,limit=10^5). I could not find anything in the documentation about for instance handling elements of

Re: [sage-support] How to do it in cython?

2010-06-12 Thread Robert Bradshaw
On Jun 11, 2010, at 11:23 PM, Rolandb wrote: Hi, I have a small (nonsense) example of a program I would like to be able to convert to cython. But I don't know how to convert: R.A,B,C=QQ[], .factor(), .unit() and .factor(proof=False,limit=10^5). I could not find anything in the documentation