Done, thanks. On Wednesday, September 27, 2017 at 9:33:04 PM UTC+2, Aaron Meurer wrote: > > That's definitely a bug. Can you open an issue for it? > > Aaron Meurer > > On Wed, Sep 27, 2017 at 2:13 PM, Jeremie Knuesel <[email protected] > <javascript:>> wrote: > > 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] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > 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. >
-- 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/3f4836f7-e870-4138-ae46-f73d15e99458%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
