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.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Programming question and strange == result - pr0 - 10-08-2014, 10:14 PM
RE: Programming question and strange == result - parisse - 10-09-2014 06:12 PM
RE: Programming question and strange == result - pr0 - 10-09-2014, 06:59 PM
RE: Programming question and strange == result - parisse - 10-10-2014, 05:47 AM
RE: Programming question and strange == result - parisse - 11-01-2014, 07:08 AM
|
User(s) browsing this thread: 2 Guest(s)