Comment #7 on issue 2179 by [email protected]: Lambda refactoring
http://code.google.com/p/sympy/issues/detail?id=2179
There's another change in my branch that I should have mentioned before:
The arguments of the Lambda must now be wrapped in an iterable, so
Lambda(x, y, x*y) must now be written Lambda((x, y), x*y). I think this
isn't a big break of compatibility. The advantage of doing that is that it
clarifies the code and allows nullary Lambdas (I'm not sure the latter is
terribly useful but at least S('lambda : 1') now returns a sensible result).
--
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.