Math类
更多...
◆ abs() [1/6]
static double abs |
( |
double |
v | ) |
|
|
staticpackage |
◆ abs() [2/6]
static final double abs |
( |
double |
| ) |
|
|
static |
◆ abs() [3/6]
◆ abs() [4/6]
static final int abs |
( |
int |
| ) |
|
|
static |
◆ abs() [5/6]
static long abs |
( |
long |
v | ) |
|
|
staticpackage |
◆ abs() [6/6]
static final long abs |
( |
long |
| ) |
|
|
static |
◆ acos() [1/2]
static double acos |
( |
double |
v | ) |
|
|
staticpackage |
◆ acos() [2/2]
static final double acos |
( |
double |
| ) |
|
|
static |
◆ asin() [1/2]
static double asin |
( |
double |
v | ) |
|
|
staticpackage |
◆ asin() [2/2]
static final double asin |
( |
double |
| ) |
|
|
static |
◆ atan() [1/2]
static double atan |
( |
double |
v | ) |
|
|
staticpackage |
◆ atan() [2/2]
static final double atan |
( |
double |
| ) |
|
|
static |
◆ atan2() [1/2]
static double atan2 |
( |
double |
y, |
|
|
double |
x |
|
) |
| |
|
staticpackage |
◆ atan2() [2/2]
static final double atan2 |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
static |
◆ cbrt() [1/2]
static double cbrt |
( |
double |
v | ) |
|
|
staticpackage |
◆ cbrt() [2/2]
static final double cbrt |
( |
double |
| ) |
|
|
static |
◆ ceil() [1/2]
static double ceil |
( |
double |
v | ) |
|
|
staticpackage |
◆ ceil() [2/2]
static final double ceil |
( |
double |
| ) |
|
|
static |
◆ cos() [1/2]
static double cos |
( |
double |
v | ) |
|
|
staticpackage |
◆ cos() [2/2]
static final double cos |
( |
double |
| ) |
|
|
static |
◆ cosh() [1/2]
static double cosh |
( |
double |
v | ) |
|
|
staticpackage |
◆ cosh() [2/2]
static final double cosh |
( |
double |
| ) |
|
|
static |
◆ doubleBitsToInt()
static int doubleBitsToInt |
( |
double |
v | ) |
|
|
staticpackage |
◆ doubleToIntBits()
static final int doubleToIntBits |
( |
double |
| ) |
|
|
static |
◆ doubleToLongBits()
static final long doubleToLongBits |
( |
double |
| ) |
|
|
static |
◆ exp() [1/2]
static double exp |
( |
double |
v | ) |
|
|
staticpackage |
◆ exp() [2/2]
static final double exp |
( |
double |
| ) |
|
|
static |
◆ expm1() [1/2]
static double expm1 |
( |
double |
v | ) |
|
|
staticpackage |
计算参数的以 e 为底的指数,减去 1
- 参数
-
- 返回
- 结果
◆ expm1() [2/2]
static final double expm1 |
( |
double |
| ) |
|
|
static |
◆ floatBitsToInt()
static int floatBitsToInt |
( |
float |
v | ) |
|
|
staticpackage |
◆ floatToIntBits()
static final int floatToIntBits |
( |
float |
| ) |
|
|
static |
◆ floor() [1/2]
static double floor |
( |
double |
v | ) |
|
|
staticpackage |
◆ floor() [2/2]
static final double floor |
( |
double |
| ) |
|
|
static |
◆ floorDiv() [1/4]
static int floorDiv |
( |
int |
y, |
|
|
int |
v |
|
) |
| |
|
staticpackage |
◆ floorDiv() [2/4]
static final int floorDiv |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ floorDiv() [3/4]
static long floorDiv |
( |
long |
y, |
|
|
long |
v |
|
) |
| |
|
staticpackage |
◆ floorDiv() [4/4]
static final long floorDiv |
( |
long |
, |
|
|
long |
|
|
) |
| |
|
static |
◆ intBitsToDouble() [1/3]
static long intBitsToDouble |
( |
double |
v | ) |
|
|
staticpackage |
◆ intBitsToDouble() [2/3]
static double intBitsToDouble |
( |
int |
v | ) |
|
|
staticpackage |
◆ intBitsToDouble() [3/3]
static final double intBitsToDouble |
( |
int |
| ) |
|
|
static |
◆ intBitsToFloat() [1/2]
static float intBitsToFloat |
( |
int |
v | ) |
|
|
staticpackage |
◆ intBitsToFloat() [2/2]
static final float intBitsToFloat |
( |
int |
| ) |
|
|
static |
◆ isINF() [1/2]
static double isINF |
( |
double |
x | ) |
|
|
staticpackage |
◆ isINF() [2/2]
static final bool isINF |
( |
double |
| ) |
|
|
static |
◆ isNan() [1/2]
static double isNan |
( |
double |
x | ) |
|
|
staticpackage |
◆ isNan() [2/2]
static final bool isNan |
( |
double |
| ) |
|
|
static |
◆ log() [1/2]
static double log |
( |
double |
x | ) |
|
|
staticpackage |
◆ log() [2/2]
static final double log |
( |
double |
| ) |
|
|
static |
◆ log1p() [1/2]
static double log1p |
( |
double |
x | ) |
|
|
staticpackage |
◆ log1p() [2/2]
static final double log1p |
( |
double |
| ) |
|
|
static |
◆ longBitsToDouble() [1/2]
static double longBitsToDouble |
( |
long |
v | ) |
|
|
staticpackage |
◆ longBitsToDouble() [2/2]
static final double longBitsToDouble |
( |
long |
| ) |
|
|
static |
◆ max() [1/6]
static double max |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
staticpackage |
◆ max() [2/6]
static final double max |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
static |
◆ max() [3/6]
static int max |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
staticpackage |
◆ max() [4/6]
static final int max |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ max() [5/6]
static long max |
( |
long |
a, |
|
|
long |
b |
|
) |
| |
|
staticpackage |
◆ max() [6/6]
static final long max |
( |
long |
, |
|
|
long |
|
|
) |
| |
|
static |
◆ min() [1/6]
static double min |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
staticpackage |
◆ min() [2/6]
static final double min |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
static |
◆ min() [3/6]
static int min |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
staticpackage |
◆ min() [4/6]
static final int min |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
static |
◆ min() [5/6]
static long min |
( |
long |
a, |
|
|
long |
b |
|
) |
| |
|
staticpackage |
◆ min() [6/6]
static final long min |
( |
long |
, |
|
|
long |
|
|
) |
| |
|
static |
◆ parseDouble() [1/2]
static double parseDouble |
( |
String |
x | ) |
|
|
staticpackage |
◆ parseDouble() [2/2]
◆ parseFloat() [1/2]
static float parseFloat |
( |
String |
x | ) |
|
|
staticpackage |
◆ parseFloat() [2/2]
◆ parseInt()
◆ parseLong()
◆ pow() [1/2]
static double pow |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
staticpackage |
◆ pow() [2/2]
static final double pow |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
static |
◆ random() [1/2]
static final double random |
( |
| ) |
|
|
static |
◆ random() [2/2]
◆ round() [1/2]
static long round |
( |
double |
x | ) |
|
|
staticpackage |
◆ round() [2/2]
static final long round |
( |
double |
| ) |
|
|
static |
◆ sin()
static final double sin |
( |
double |
| ) |
|
|
static |
◆ sinh() [1/2]
static double sinh |
( |
double |
x | ) |
|
|
staticpackage |
◆ sinh() [2/2]
static final double sinh |
( |
double |
| ) |
|
|
static |
◆ sqrt()
static final double sqrt |
( |
double |
| ) |
|
|
static |
◆ tanh() [1/2]
static double tanh |
( |
double |
v | ) |
|
|
staticpackage |
◆ tanh() [2/2]
static final double tanh |
( |
double |
| ) |
|
|
static |
◆ PI