Post Reply 
Programming question and strange == result
10-09-2014, 06:12 PM
Post: #2
RE: Programming question and strange == result
a==b checks if a and b have the same representation, it does not check if they are mathematically equivalent. For that the best is simplify(a-b)==0.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming question and strange == result - parisse - 10-09-2014 06:12 PM



User(s) browsing this thread: 1 Guest(s)