|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
IntegerExponent
IntegerExponent[n, b]
gives the highest power of b that divides n.
DetailsDetails
- Integer mathematical function, suitable for both symbolic and numerical manipulation.
- IntegerExponent[n] is equivalent to IntegerExponent[n, 10].
- IntegerExponent[n, b] gives the number of trailing zeros in the digits of n in base b.
- IntegerExponent automatically threads over lists.
New in 4
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

