Problem 48. Making change
Solution Stats
Problem Comments
-
7 Comments
whoa..rounding error uncovered
Also, "round(X,N)" gives an error - almost like it couldn't have a 2nd parameter
Great problem, not too hard but required a bit of thinking
It took me a long time (before reading the comments !!!) to figure out that for instance the result for rem(135.01,100) is not 35.01 but is 35.009999999999991.
Can anyone help me with why the issue is there and how to solve it (not by adding 1e-3)!?
good job! i enjoyed solving this code
I cannot understand this problem. what means?
Why function roundn is undefined?
Solution Comments
Show commentsProblem Recent Solvers3033
Suggested Problems
-
Find the sum of all the numbers of the input vector
43282 Solvers
-
16692 Solvers
-
Basic electricity in a dry situation
542 Solvers
-
421 Solvers
-
443 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!