Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Just add

from sage.all import *

at the beginning of the file, or immediately after %cython.

click to hide/show revision 2
No.2 Revision

Just add

from sage.all import *

at the beginning of the file, or immediately after %cython.

Quite a lot of the code in sage is implemented in cython. Just have a look at the source code.

click to hide/show revision 3
No.3 Revision

Just add

from sage.all import *

at the beginning of the file, or immediately after %cython.

Quite a lot of the code in sage is implemented in cython. Just have a look at the source code.