Problem 43278. Make roundn function
Make roundn function using round.
x=0.55555 y=function(x,1) y=1
y=function(x,2) y=0.6
y=function(x,3) y=0.56
Solution Stats
Problem Comments
-
3 Comments
goc3
on 22 Nov 2016
The test suite has been enhanced and expanded.
ty
on 6 Jun 2025
bad
Nicolas Douillet
on 19 Jul 2025
The test suite misses a tolerance value for fair comparisons.
Solution Comments
Show commentsProblem Recent Solvers4488
Suggested Problems
-
Maximum running product for a string of numbers
2252 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1987 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3660 Solvers
-
Matlab Basics - Convert a row vector to a column vector
675 Solvers
-
894 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!