Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 2500 by [email protected]: epsilon_eq() should be implemented for all Numbers
http://code.google.com/p/sympy/issues/detail?id=2500

Float(1).epsilon_eq
AttributeError: 'One' object has no attribute 'epsilon_eq'

Float(2).epsilon_eq
AttributeError: 'Integer' object has no attribute 'epsilon_eq'

Since Float() calls may return objects that are not instances of Float, we should support all methods of Floats in Number class.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to