|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Math
기본적인 수칙연산을 포함한 클래스.
Field Summary | |
static double |
E
|
static double |
PI
|
Method Summary | |
static double |
abs(double d)
|
static float |
abs(float f)
|
static int |
abs(int a)
절대값을 구한다. |
static long |
abs(long a)
절대값을 구한다. |
static double |
ceil(double a)
|
static double |
floor(double a)
|
static double |
max(double a,
double b)
|
static float |
max(float a,
float b)
|
static int |
max(int a,
int b)
두 매개변수 중 큰 값을 구한다. |
static long |
max(long a,
long b)
두 매개변수 중 큰 값을 구한다. |
static double |
min(double a,
double b)
|
static float |
min(float a,
float b)
|
static int |
min(int a,
int b)
두 매개변수 중 작은 값을 구한다. |
static long |
min(long a,
long b)
두 매개변수 중 작은 값을 구한다. |
static double |
toDegrees(double rads)
|
static double |
toRadians(double degrees)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final double E
public static final double PI
Method Detail |
public static double toRadians(double degrees)
public static double toDegrees(double rads)
public static double ceil(double a)
public static double floor(double a)
public static int abs(int a)
a
- 정수형 매개변수.public static long abs(long a)
a
- Long형 매개변수.public static float abs(float f)
public static double abs(double d)
public static float min(float a, float b)
public static double min(double a, double b)
public static int min(int a, int b)
a
- 정수형 변수.b
- 정수형 변수.public static long min(long a, long b)
a
- Long형 변수.b
- Long형 변수.public static int max(int a, int b)
a
- 정수형 변수.b
- 정수형 변수.public static long max(long a, long b)
a
- Long형 변수.b
- Long형 변수.public static float max(float a, float b)
public static double max(double a, double b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com