Mathematica 9 is now available

DigitCount

Usage

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 1, 2,  ,  , 0 digits in the base b representation of n.
DigitCount[n] gives a list of the numbers of 1, 2,  , 9, 0 digits in the base 10 representation of n.


Notes

DigitCount[n] is equivalent to DigitCount[n, 10, Mod[Range[10],10]].
• Integer mathematical function (see Section A.3.10).
• See Section 3.2.5.
• New in Version 4.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.