Specifies how many digits in a given integer. Example: in=100 ==> out=3
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers170
Suggested Problems
-
4513 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2049 Solvers
-
214 Solvers
-
Create an index-powered vector
953 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
359 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Add tests with 100,1000...
Solutions with ceil are wrong.
Test suite has been modified to include negative integers as well.