public class MathOpcodes
extends java.lang.Object
Constructor and Description |
---|
MathOpcodes() |
Modifier and Type | Method and Description |
---|---|
static float |
_int(float x) |
static float |
abs(float x) |
static float |
acos(float x) |
static float |
ampdb(float x) |
static float |
asin(float x) |
static float |
atan(float x) |
static void |
buildOpcodeTable(OpcodeTable opcodeTable) |
static float |
ceil(float x) |
static float |
cos(float x) |
static float |
dbamp(float x) |
static float |
exp(float x) |
static float |
floor(float x) |
static float |
frac(float x) |
static float |
log(float x) |
static float |
log10(float x) |
static float |
max(float[] x) |
static float |
min(float[] x) |
static float |
pow(float x,
float y) |
static float |
sgn(float x) |
static float |
sin(float x) |
static float |
sqrt(float x) |
public static void buildOpcodeTable(OpcodeTable opcodeTable)
public static float _int(float x)
public static float frac(float x)
public static float dbamp(float x)
public static float ampdb(float x)
public static float abs(float x)
public static float sgn(float x)
public static float exp(float x)
public static float log(float x)
public static float sqrt(float x)
public static float sin(float x)
public static float cos(float x)
public static float atan(float x)
public static float pow(float x, float y)
public static float log10(float x)
public static float asin(float x)
public static float acos(float x)
public static float ceil(float x)
public static float floor(float x)
public static float min(float[] x)
public static float max(float[] x)