Comment #41 on issue 821 by [email protected]: multiple arguments for max and other improvements
http://code.google.com/p/sympy/issues/detail?id=821
But for the `zoo` current pull request does not deal: In [7]: Max(1, x, -oo, zoo) Out[7]: Max(1, zoo, x) In [8]: Min(1, x, -oo, zoo) Out[8]: Min(zoo, -oo) So, I will achieve the raising Exception with zoo. -- 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.
