Skip to content

Latest commit

 

History

History

number-of-decimal-digits

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Determine number of decimal digits in an unsigned integer. For example, 9 is a single digit, 66 has 2 digits and 128685 has 6 digits. Be careful to avoid overflows/underflows.