Updates:
Status: Started
Comment #4 on issue 2654 by [email protected]: lambdify() does not
convert abs()
http://code.google.com/p/sympy/issues/detail?id=2654
The built-in abs(.) is not an ufunc. It works in principle/most of the
time. (I don't
know if it really works always. And maybe it is slower)
But if we do not have an explicit "abs" in the correct namespace then
the mapping "Abs" -> "abs" used internally by lambdify will fail
finding "abs".
--
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.