Hello. So Float objects should always compare unequal to Rational objects, > for example Float(3.0) == Rational(3) should be false? >
This seems normal because Float(3.0) indicates one approximative number. But on the other Decimal(3.0) == Rational(3) should be true. Best regards. Christophe -- 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.
