Updates:
        Labels: NeedsReview smichr

Comment #1 on issue 3145 by smi...@gmail.com: simultaneous substitution
http://code.google.com/p/sympy/issues/detail?id=3145

The use of the parallel keyword is possible in https://github.com/sympy/sympy/pull/690 . This allows all substitutions to take place before evaluation of affected sub-expressions, so if `r = [(x,0),(y,0)]` then both `(x/y).subs(r, parallel=True])` and `(x/y).subs(reversed(r), parallel=True])` will yield nan.

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to