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

New issue 2889 by [email protected]: S('x!') fails
http://code.google.com/p/sympy/issues/detail?id=2889

The representation of factorial(x) isn't recognized by sympify:

factorial(x)
x!
S(str(_))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "sympy\core\sympify.py", line 163, in sympify
    raise SympifyError('could not parse %r' % a)
sympy.core.sympify.SympifyError: SympifyError: "could not parse u'x!'"

--
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.

Reply via email to