@Aaron & Stefan I thought about the interval arithmetic implementation and I came up with this.
Derive from mpmath interval arithmetic class and implement all the features. Add an `to_ndarray()` function to the class which converts the interval to an numpy array. An `eval(expr, lib = 'numpy') which evaluates and returns the result based on the rules. Is this a good strategy? or should I implement the complete interval arithmetic in sympy separately. > -- 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/-/_PSpO9E6gNcJ. 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.
