 | divisibilityDivisibility Method (Int32, Int32) |
Get the number of times n can be evenly divided by b.
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
RemarksRunning time: O( log( log(n)/log(b) ) )
See Also