DigitCount
DigitCount[n,b,d]
gives the number of d digits in the base-b representation of n.
DigitCount[n,b]
gives a list of the numbers of , , …, , digits in the base-b representation of n.
DigitCount[n]
gives a list of the numbers of , , …, , digits in the base-10 representation of n.
Details
- Integer mathematical function, suitable for both symbolic and numerical manipulation.
- DigitCount[n] is equivalent to DigitCount[n,10,Mod[Range[10],10]].
Examples
open allclose allBasic Examples (3)
Applications (2)
Thue–Morse sequence [more info]:
Number of black cells at step t in the rule 90 cellular automaton (binomial coefficients mod 2):
Text
Wolfram Research (1999), DigitCount, Wolfram Language function, https://reference.wolfram.com/language/ref/DigitCount.html.
CMS
Wolfram Language. 1999. "DigitCount." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DigitCount.html.
APA
Wolfram Language. (1999). DigitCount. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DigitCount.html