IntegerExponent
Usage
• IntegerExponent[n, b] gives the highest power of b that divides n.
Notes
• 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. • New in Version 4.
|