Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3421 by sean.v....@gmail.com: lambdify of factorial gives error
http://code.google.com/p/sympy/issues/detail?id=3421

Note: This was originally reported https://github.com/sympy/sympy/issues/1554

The following code gives error

code::
sympy.lambdify(sympy.var("x"), sympy.functions.factorial(sympy.var("x")),"numpy")

error::
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/site-packages/sympy/utilities/lambdify.py", line 263, in lambdify
return eval(lstr, namespace)
File "", line 1
lambda x: (x!)
^
SyntaxError: invalid syntax

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to