On Thu, Oct 16, 2008 at 4:43 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > Unfortunately, I now encountered a more serious problem with x[0] and > x._mpf_[0]. Here is how to reproduce (Kirill, is there an easier way > to checkout the remote branch?):
> I don't like the way I fixed that. Fredrik, do you think you could > please look into that? I think we'll release with our old mpmath, as > that is well tested and works. And import the new mpmath into our next > release, so that we have enough time to discover and fix bugs. I don't like that fix either :-) There should be no non-tuples in there. The fix is that the mpmath functions mpf_gamma, mpf_pi and mpf_e should be used instead of functions.gamma, functions.pi, functions.e. Fredrik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en -~----------~----~----~----~------~----~------~--~---
