> > > See link - http://pyinterval.googlecode.com/svn/trunk/html/index.html >
Even mpmath implements those functions. Some of the problems with mpmath is sqrt([-1.1]) will give [0.1]. This will severely alter the plot. Also things like abs(), integer(x) , min(), max() etc are not implemented in mpmath, which I will have to implement. Thanks for the link. I think it will help me, when implementing interval arithmetic in numpy. -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/HCZwnbIIVA0J. 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.
