Comment #34 on issue 2607 by candleb...@gmail.com: as_numer_denom() is too slow
http://code.google.com/p/sympy/issues/detail?id=2607

Last thought...what about building up the multiplications from a binary lookup of precomputed muls? e.g. if you had 8 terms x1-x8 then computed x12=x1*x2, x34, x56, x78, x14=x12*x34, x58 and then the product of all bu x1 could be computed as x2*x34*x58.

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

Reply via email to