Comment #4 on issue 2842 by [email protected]: Fix evalf documentation
http://code.google.com/p/sympy/issues/detail?id=2842

1/(1 + n) is a gotcha: it's a power and we don't currently make integer exponents Floats:

(x**2).n()
x**2

But perhaps a special case should be made if the exponent is -1 since this is a hidden division.

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

Reply via email to