Add tests with 100,1000...
Solutions with ceil are wrong.
function out = HowManyDigits(in)
out = floor(log10(in))+1;
end
3078 Solvers
Check to see if a Sudoku Puzzle is Solved
279 Solvers
412 Solvers
241 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!