Number Length
The length of a number n in base b is the number of digits in the base-b numeral for n, given by the formula L(n, b) = ⌊log_b(n)⌋ + 1, where ⌊x⌋ is the floor function. The multiplicative persistence of an n-digit is sometimes also called its length.