-
1 Comment
Peng Liu
on 28 Aug 2016
isequal ignores the data type of the values in determining whether they are equal.
isequal(uint64(15503197751395200),15503197751395199,15503197751395201,15503197751395200)
flintmax('double') = 2^53 < 15503197751395200
eps(15503197751395200) = 2
Suggested Problems
-
Get the area codes from a list of phone numbers
1062 Solvers
-
Solve the set of simultaneous linear equations
435 Solvers
-
1026 Solvers
-
577 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
620 Solvers
More from this Author4
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!