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
Project Euler: Problem 8, Find largest product in a large string of numbers
320 Solvers
402 Solvers
Simple equation: Annual salary
3784 Solvers
367 Solvers
String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
360 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!