| 1 | initial version |
Just add
from sage.all import *
at the beginning of the file, or immediately after %cython.
| 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.
| 3 | No.3 Revision |
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.