Field and Description |
---|
ej.bon.XMath.E
As of release 1.4.4, replaced by
Math.E |
ej.bon.XMath.PI
As of release 1.4.4, replaced by
Math.PI |
Method and Description |
---|
ej.bon.XMath.abs(double)
As of release 1.4.4, replaced by
Math.abs(double) |
ej.bon.XMath.abs(float)
As of release 1.4.4, replaced by
Math.abs(float) |
ej.bon.XMath.abs(int)
As of release 1.4.4, replaced by
Math.abs(int) |
ej.bon.XMath.abs(long)
As of release 1.4.4, replaced by
Math.abs(long) |
ej.bon.XMath.acos(double)
As of release 1.4.4, replaced by
Math.acos(double) |
ej.bon.XMath.asin(double)
As of release 1.4.4, replaced by
Math.asin(double) |
ej.bon.XMath.atan(double)
As of release 1.4.4, replaced by
Math.atan(double) |
ej.bon.XMath.ceil(double)
As of release 1.4.4, replaced by
Math.ceil(double) |
ej.bon.XMath.cos(double)
As of release 1.4.4, replaced by
Math.cos(double) |
ej.bon.Util.dynamicCodeAllowed()
Please consider Kernel & Features specification instead.
|
ej.bon.XMath.exp(double)
As of release 1.4.4, replaced by
Math.exp(double) |
ej.bon.XMath.floor(double)
As of release 1.4.4, replaced by
Math.floor(double) |
ej.bon.XMath.log(double)
As of release 1.4.4, replaced by
Math.log(double) |
ej.bon.XMath.max(double, double)
As of release 1.4.4, replaced by
Math.max(double, double) |
ej.bon.XMath.max(float, float)
As of release 1.4.4, replaced by
Math.max(float, float) |
ej.bon.XMath.max(int, int)
As of release 1.4.4, replaced by
Math.max(int, int) |
ej.bon.XMath.max(long, long)
As of release 1.4.4, replaced by
Math.max(long, long) |
ej.bon.XMath.min(double, double)
As of release 1.4.4, replaced by
Math.min(double, double) |
ej.bon.XMath.min(float, float)
As of release 1.4.4, replaced by
Math.min(float, float) |
ej.bon.XMath.min(int, int)
As of release 1.4.4, replaced by
Math.min(int, int) |
ej.bon.XMath.min(long, long)
As of release 1.4.4, replaced by
Math.min(long, long) |
ej.bon.XMath.pow(double, double)
As of release 1.4.4, replaced by
Math.pow(double, double) |
ej.bon.Immutables.put(String, Object) |
ej.bon.Immutables.putAll(Hashtable) |
ej.bon.XMath.sin(double)
As of release 1.4.4, replaced by
Math.sin(double) |
ej.bon.XMath.sqrt(double)
As of release 1.4.4, replaced by
Math.sqrt(double) |
ej.bon.XMath.tan(double)
As of release 1.4.4, replaced by
Math.tan(double) |
ej.bon.Util.throwExceptionInThread(RuntimeException, Thread)
Please consider Kernel & Features specification instead.
|
ej.bon.Util.throwHardExceptionInThread(RuntimeException, Thread)
Please consider Kernel & Features specification instead.
|
ej.bon.XMath.toDegrees(double)
As of release 1.4.4, replaced by
Math.toDegrees(double) |
ej.bon.XMath.toRadians(double)
As of release 1.4.4, replaced by
Math.toRadians(double) |