Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Mathematical Functions /  Number Theory /

IntegerExponent

FilledSmallSquare IntegerExponent[n, b] gives the highest power of b that divides n.

FilledSmallSquare IntegerExponent[n] is equivalent to IntegerExponent[n, 10].
FilledSmallSquare IntegerExponent[n, b] gives the number of trailing zeros in the digits of n in base b.
FilledSmallSquare See The Mathematica Book on the web: Section 3.1.3 and Section 3.2.4.
FilledSmallSquare See also: IntegerDigits, FactorInteger, DigitCount, Exponent.