Status: Accepted
Owner: asmeurer
CC: smichr
Labels: Type-Defect Priority-Medium WrongResult
New issue 2007 by asmeurer: (exp(exp(x))).atoms(exp)
http://code.google.com/p/sympy/issues/detail?id=2007
In [5]: print (exp(exp(x))).atoms(exp)
set([exp(exp(x))])
I would have expected set([exp(exp(x)), exp(x)]). Or am I misusing atoms()
(in that case, what should I use to get all the exponentials in an
expression)?
--
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.