Sun SPOT API
Green Release  


com.sun.squawk.vm
Class MathOpcodes

java.lang.Object
  extended by com.sun.squawk.vm.MathOpcodes

public final class MathOpcodes
extends Object


Field Summary
static int ACOS
           
static int ASIN
           
static int ATAN
           
static int ATAN2
           
static int CEIL
           
static int COS
           
static int DUMMY
           
static int EXP
           
static int FLOOR
           
static int IEEE_REMAINDER
           
static int LOG
           
static int POW
           
static int SIN
           
static int SQRT
           
static int TAN
           
 
Constructor Summary
MathOpcodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MathOpcodes

public MathOpcodes()

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.