Comment #46 on issue 821 by Vinzent.Steinberg: multiple arguments for max and other improvements
http://code.google.com/p/sympy/issues/detail?id=821

This is good work, thanks! Most functionality I can think of is in now and the tests pass. A few comments:


Commit a36602512fbd has the Python 2.4 fix in it. Maybe the commit message should be adjusted.

GetLess and GetGreater are lacking a docstring.

Pickling is broken now, but this is another issue, I would like to get this in before.

A small problem:

In [14]: Max(oo,x)
Out[14]: ∞

In [15]: x.is_real

In [16]: x.is_complex

I'm not sure if we should do this. Probably it is fine to assume that x is real if the user uses it in this context, otherwise it would not make sense. What do you think?


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