Problem 371. Decimal Comparison
Solution Stats
Problem Comments
-
4 Comments
It is not getting clear why '12.3456' and 12.3456789 should be accepted as equal.
the second test in the test suite is incorrect, it should be a negative assertion.
Yes, I completely agree with the other comments. The second test case is incorrect. '12.3456' is not equal to 12.3456789 which when rounded off to 4 decimal places becomes 12.3457
The 50 solvers yet (as of 26/03/19) are undeserving of their title as 'Solvers'.
The test case has been corrected.
Solution Comments
Show commentsProblem Recent Solvers249
Suggested Problems
-
Project Euler: Problem 3, Largest prime factor
1638 Solvers
-
Convert a numerical matrix into a cell array of strings
2230 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12940 Solvers
-
Sum of odd numbers in a matrix
602 Solvers
-
1064 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!