I don't have 2.4.4 but 2.4.2 and 2.5.4 and 2.6.4 are all working for me: PythonWin 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32. Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information. >>> import sympy as sy >>> float(sy.exp(10)+sy.exp(20)) 485187221.87558508
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import sympy as sy >>> float(sy.exp(10)+sy.exp(20)) 485187221.87558508 >>> ^Z Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import sympy as sy >>> float(sy.exp(10)+sy.exp(20)) 485187221.87558508 /c
-- You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en.
