Craig Citro wrote:
> and be *as fast as humanly possible*. Plus, when we move things from
> Python down to Cython, we already have changes to make -- for
> instance, x**2 has to change, because C doesn't support
> exponentiation, so why would it be any different for %?


  Cython doesn't automatically translate x**2 into x*x or pow(x,2)?  If 
not, why not?


Thanks,

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to