public class TMath
extends java.lang.Object
| Constructor | Description |
|---|---|
TMath() |
| Modifier and Type | Method | Description |
|---|---|---|
static double |
abs(double a) |
|
static float |
abs(float a) |
|
static int |
abs(int a) |
|
static double |
ceil(double aValue) |
|
static double |
cos(double aValue) |
|
static double |
floor(double aValue) |
|
static int |
getExponent(float f) |
|
static double |
max(double aValue1,
double aValue2) |
|
static int |
max(int aValue1,
int aValue2) |
|
static long |
max(long aValue1,
long aValue2) |
|
static double |
min(double aValue1,
double aValue2) |
|
static float |
min(float aValue1,
float aValue2) |
|
static int |
min(int aValue1,
int aValue2) |
|
static double |
random() |
|
static double |
sin(double aValue) |
|
static double |
sqrt(double aValue) |
|
static double |
tan(double aValue) |
|
static double |
toDegrees(double aValue) |
|
static double |
toRadians(double aValue) |
public static final double E
public static final double PI
public static float abs(float a)
public static double abs(double a)
public static int abs(int a)
public static double sqrt(double aValue)
public static double ceil(double aValue)
public static double floor(double aValue)
public static double sin(double aValue)
public static double cos(double aValue)
public static double random()
public static double toRadians(double aValue)
public static double toDegrees(double aValue)
public static double tan(double aValue)
public static long max(long aValue1,
long aValue2)
public static int max(int aValue1,
int aValue2)
public static double max(double aValue1,
double aValue2)
public static int min(int aValue1,
int aValue2)
public static float min(float aValue1,
float aValue2)
public static double min(double aValue1,
double aValue2)
public static int getExponent(float f)
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.