We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DigitCount
DigitSum
If n ∈ ℕ (n ≠ 0) and b is the number base (b>1) then the number of digits, d, of n is
d = ⌊logb(n)⌋ + 1
Status