public final class MathUtil extends Object
static int
log(long x, int base)
x <= 0 ? 0 : Math.floor(Math.log(x) / Math.log(base))
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int log(long x, int base)
base
> 1
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.