Post Reply 
Logic test returning unexpected answer
11-20-2015, 05:08 PM
Post: #2
RE: Logic test returning unexpected answer
Not surprising, because == doesn't do any and all simplifications for you.

Try (x-1)*(x+1) == x^2-1 also returns 0.

But x^2-1 == x^2-1 returns 1.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Logic test returning unexpected answer - Helge Gabert - 11-20-2015 05:08 PM



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