Re: Issue 2889 in sympy: S('x!') fails (should be factorial(x))

2011-11-30 Thread sympy
Updates: Summary: S('x!') fails (should be factorial(x)) Labels: CodeInCategory-Code CodeInDifficulty-Medium Comment #1 on issue 2889 by asmeu...@gmail.com: S('x!') fails (should be factorial(x)) http://code.google.com/p/sympy/issues/detail?id=2889 (No comment was entered for

Re: Issue 2889 in sympy: S('x!') fails (should be factorial(x))

2011-12-01 Thread sympy
Comment #2 on issue 2889 by asmeu...@gmail.com: S('x!') fails (should be factorial(x)) http://code.google.com/p/sympy/issues/detail?id=2889 Se also have In [61]: str(factorial2(x)) Out[61]: x!! which, oddly enough, doesn't even pretty print that way: In [60]: factorial2(x) Out[60]: factori

Re: Issue 2889 in sympy: S('x!') fails (should be factorial(x))

2011-12-06 Thread sympy
Comment #3 on issue 2889 by someb...@bluewin.ch: S('x!') fails (should be factorial(x)) http://code.google.com/p/sympy/issues/detail?id=2889 The part of this issues related to pretty printing for factorial and factorial2 is fixed by commit 4916f26f02bceeffdb852b2e36b9dfbeb6573565. Also la

Re: Issue 2889 in sympy: S('x!') fails (should be factorial(x))

2011-12-20 Thread sympy
Updates: Status: Fixed Comment #5 on issue 2889 by asmeu...@gmail.com: S('x!') fails (should be factorial(x)) http://code.google.com/p/sympy/issues/detail?id=2889 This was https://github.com/sympy/sympy/pull/866. There are some problems with the string printer, for which I will open

Re: Issue 2889 in sympy: S('x!') fails (should be factorial(x))

2011-12-20 Thread sympy
Comment #6 on issue 2889 by asmeu...@gmail.com: S('x!') fails (should be factorial(x)) http://code.google.com/p/sympy/issues/detail?id=2889 See issue 2933. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to

Re: Issue 2889 in sympy: S('x!') fails (should be factorial(x))

2012-07-12 Thread sympy
Comment #7 on issue 2889 by asmeu...@gmail.com: S('x!') fails (should be factorial(x)) http://code.google.com/p/sympy/issues/detail?id=2889 Issue 3324 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post