com.sun.squawk.vm
Class MathOpcodes
java.lang.Object
com.sun.squawk.vm.MathOpcodes
public final class MathOpcodes
- extends Object
SIN
public static final int SIN
- See Also:
- Constant Field Values
COS
public static final int COS
- See Also:
- Constant Field Values
TAN
public static final int TAN
- See Also:
- Constant Field Values
ASIN
public static final int ASIN
- See Also:
- Constant Field Values
ACOS
public static final int ACOS
- See Also:
- Constant Field Values
ATAN
public static final int ATAN
- See Also:
- Constant Field Values
EXP
public static final int EXP
- See Also:
- Constant Field Values
LOG
public static final int LOG
- See Also:
- Constant Field Values
SQRT
public static final int SQRT
- See Also:
- Constant Field Values
CEIL
public static final int CEIL
- See Also:
- Constant Field Values
FLOOR
public static final int FLOOR
- See Also:
- Constant Field Values
ATAN2
public static final int ATAN2
- See Also:
- Constant Field Values
POW
public static final int POW
- See Also:
- Constant Field Values
IEEE_REMAINDER
public static final int IEEE_REMAINDER
- See Also:
- Constant Field Values
DUMMY
public static final int DUMMY
- See Also:
- Constant Field Values
MathOpcodes
public MathOpcodes()
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.