Java经常使用类——Math类、Random类

1、Math类 一、概述java Math 类包含了基本数学运算的方法,如:指数、对数、平方根、三角函数等 二、Math的成员方法web public static int abs(int a) public static double ceil(double a) public static double floor(double a) public static int max(int a,i
相关文章
相关标签/搜索