On 9/3/07, legout <[EMAIL PROTECTED]> wrote: > > Hi, > > thanks for your answers. Now i see whats the problem. > > One more question. I mainly use numpy,scipy,f2py,cython from sage > instead of python+numpy+scipy. > Is it reasonable to set Realnumbers=float in each session? Or will > this cause new problems?
This should be quite reasonable. In fact, you might even just create a file $HOME/.sage/init.sage that has the line RealNumber = foat in it, so this is automatic. You might also want Integer = int William --~--~---------~--~----~------------~-------~--~----~ 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
