| 风信Java论坛 ›› Java 基础开发 ›› java math类常用的方法 | 登录 -> 注册 |
|
1F java math类常用的方法 大鳄鱼 Post by : 2010-12-16 15:14:22.0
static double abs(double a) static float abs(float a) static int abs(int a) static long abs(long a) static double acos(double a) static double asin(double a) static double atan(double a) static double atan2(double y, double x) static double cbrt(double a) static double ceil(double a) static double cos(double a) static double cosh(double x) static double exp(double a) static double expm1(double x) static double floor(double a) static double hypot(double x, double y) static double IEEEremainder(double f1, double f2) static double log(double a) static double log10(double a) static double log1p(double x) 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 pow(double a, double b) static double random() static double rint(double a) static long round(double a) static int round(float a) static double signum(double d) static float signum(float f) static double sin(double a) static double sinh(double x) static double sqrt(double a) static double tan(double a) static double tanh(double x) static double toDegrees(double angrad) static double toRadians(double angdeg) static double ulp(double d) static float ulp(float f) |
| 风信Java论坛 ›› Java 基础开发 ›› java math类常用的方法 | 登录 -> 注册 |