|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.sys.Math
| Field Summary | |
static int |
ABSOLUTE
Deprecated. |
static int |
ACOS
Deprecated. Arc Cosine trig function. |
static int |
ADD
Deprecated. |
static int |
ASIN
Deprecated. Arc Sine trig function. |
static int |
ATAN
Deprecated. Arc Tangent trig function. |
static int |
ATAN2
Deprecated. Arc Tangent2 trig function. |
static int |
BOOLEAN_AND
Deprecated. A boolean value is 0 = false, not 0 = true; |
static int |
BOOLEAN_EXOR
Deprecated. A boolean value is 0 = false, not 0 = true; |
static int |
BOOLEAN_NOT
Deprecated. A boolean value is 0 = false, not 0 = true; |
static int |
BOOLEAN_OR
Deprecated. A boolean value is 0 = false, not 0 = true; |
static int |
CEIL
Deprecated. Ceil() function. |
static int |
COS
Deprecated. Cosine trig function. |
static int |
DIVIDE
Deprecated. |
static int |
E
Deprecated. E constant |
static int |
EQUALS
Deprecated. |
static int |
EXP
Deprecated. Inverse Log (base e) |
static int |
FLOOR
Deprecated. Floor() function. |
static int |
GREATER
Deprecated. |
static int |
GREATER_OF
Deprecated. |
static int |
GREATEROREQUAL
Deprecated. |
static int |
LESSER
Deprecated. |
static int |
LESSER_OF
Deprecated. |
static int |
LESSEROREQUAL
Deprecated. |
static int |
LOG
Deprecated. Log (base e) |
static int |
LOG2
Deprecated. Log of operand1 to base operand2. |
static int |
MULTIPLY
Deprecated. |
static int |
NEGATE
Deprecated. |
static int |
PI
Deprecated. PI constant. |
static int |
POWER
Deprecated. Power raise first operand to power of second. |
static int |
REMAINDER
Deprecated. |
static int |
RINT
Deprecated. |
static int |
ROUND
Deprecated. |
static int |
SET
Deprecated. The result is the value of the second parameter. |
static int |
SIN
Deprecated. Sine trig function. |
static int |
SQRT
Deprecated. Square Root. |
static int |
SUBTRACT
Deprecated. |
static int |
TAN
Deprecated. Tangent trig function. |
static int |
TODEGREES
Deprecated. Convert radians to degrees. |
static int |
TORADIANS
Deprecated. Convert degrees to randians trig function. |
| Constructor Summary | |
Math()
Deprecated. |
|
| Method Summary | |
static double |
calculate(int function,
double op1)
Deprecated. |
static double |
calculate(int function,
double op1,
double op2)
Deprecated. |
static double |
constant(int cons)
Deprecated. |
static int |
rand()
Deprecated. |
static void |
srand(int seed)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public static final int SIN
public static final int COS
public static final int TAN
public static final int ASIN
public static final int ACOS
public static final int ATAN
public static final int ATAN2
public static final int TORADIANS
public static final int TODEGREES
public static final int LOG2
public static final int LOG
public static final int EXP
public static final int POWER
public static final int SQRT
public static final int CEIL
public static final int FLOOR
public static final int MULTIPLY
public static final int DIVIDE
public static final int ADD
public static final int SUBTRACT
public static final int NEGATE
public static final int ABSOLUTE
public static final int REMAINDER
public static final int GREATER
public static final int GREATEROREQUAL
public static final int LESSER
public static final int LESSEROREQUAL
public static final int EQUALS
public static final int BOOLEAN_OR
public static final int BOOLEAN_AND
public static final int BOOLEAN_NOT
public static final int BOOLEAN_EXOR
public static final int GREATER_OF
public static final int LESSER_OF
public static final int SET
public static final int RINT
public static final int ROUND
public static final int PI
public static final int E
| Constructor Detail |
public Math()
| Method Detail |
public static void srand(int seed)
public static int rand()
public static double calculate(int function,
double op1,
double op2)
public static double calculate(int function,
double op1)
public static double constant(int cons)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||