Comment #3 on issue 2155 by [email protected]: lambdify() does not convert complex quantities properly with the "numpy" option
http://code.google.com/p/sympy/issues/detail?id=2155
Correction: exp_n = lambdify(x, exp(2.*I * x), "numpy", printer=ImaginaryPrinter) works correctly.
However, exp_n = lambdify(x, exp(2.*I * x), printer=ImaginaryPrinter) fails for all inputs and exp_n = lambdify(x, exp(2.*I * x)) fails for all non-zero inputs, because they both use math.exp.
-- 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.
