| 1 | initial version |
The int you declare in your cython function is a C int, hence it is encoded on 32 bits. If you want to use integers encoded on 64 bits, you need to use long.
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.