Length ->
Arg N : Integer,
  - Length = 1   

If N > 0 then
 Length = ( Log_{10} % 1 ) + 1
 Where Log_{10} = Log( N, 10 )
;  

Return