Status: Valid Owner: ---- Labels: Type-Defect Priority-Medium
New issue 3538 by [email protected]: evalf with subs doesn't work for trig functions
http://code.google.com/p/sympy/issues/detail?id=3538
(x+1).n(subs={x:1+I})
2.0 + 1.0*I
cos(x).n(subs={x:1+I})
cos(x) < ======= this should be what is shown below
_.subs(x,1+I).n()
0.833730025131149 - 0.988897705762865*I -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
