Hi,

In the following example, the value returned is e^1 instead of e^1.9:
Sum(1.9**k/factorial(k), (k, 0, oo)).evalf()

Is this a bug or am I doing something wrong?

Note that I get the expected value when doing
Sum(x**k/factorial(k), (k, 0, oo)).doit().subs(x,1.9)

Best regards,

Jeremie Knuesel

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d4605d00-2075-43d2-85c7-311c1aeb57d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to