Thread
:
Number of digits display
View Single Post
2005-09-24, 19:05
#
2
Pconfig
Jun 2004
5·11 Posts
You can calcutlate the number of digits yourself
log(base) * log(n) + log(k)
Round this number to above (ceil) and you have the number of digits
Pconfig
View Public Profile
Find More Posts by Pconfig