Or you can try the following method: sage: 10.44-10.30==0.14 False sage: 10.44.simplest_rational()-10.30.simplest_rational()==0.14.simplest_rational() True
2012/6/12 Kwankyu <[email protected]> > Hi all, > > I am puzzled. > > sage: 10.44-10.30==0.14 > False > > How should I compare them to get True? Suddenly Sage feels very alien to > me. :-) > > > Kwankyu > > -- > 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/sage-support > URL: http://www.sagemath.org > -- Zhenhua Lin Key Laboratory of Ocean Circulation and Waves (KLOCAW) Institute of Oceanology Chinese Academy of Sciences Nanhai Road 7 Qingdao 266071 PR China -- 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/sage-support URL: http://www.sagemath.org
