What is the "official" way to correctly divide 2 integer variables in a %cython cell in a sage notebook? I know that in general you'd do "from __future__ import division" but it looks like the notebook doesn't like __future__ imports.
I have an simple workaround, so this isn't urgent, I'd just like to know what good practice is in this case. Thanks, Ethan --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
