The test suite has been enhanced and expanded.
nice problem
Had a tough time with this one
function y = myroundn(x,n)
y = round(x,n-1)
end
nice
nice :)
function y = myroundn(x,n)
y = round(x,n-1);
end
5743 Solvers
404 Solvers
2250 Solvers
Mersenne Primes vs. All Primes
171 Solvers
find the surface area of a cube
344 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!