Comment #1 on issue 2811 by [email protected]: Make (1/(1 - t)).subs(t, 1) return -oo instead of oo
http://code.google.com/p/sympy/issues/detail?id=2811
It would be preferable, IMO, to have 1/(1-t) return oo since t/(1-t) nicely parameterizes the range x = [0, oo] to t = [0, 1] with the current behavior:
[(t/(1 - t)).subs(t, v) for v in [0, .5, 1.]] -> [0, 1., oo] -- 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.
