Math类、Random类与数组集合

Math类: Math类是在java.lang包下的一个用于数学计算的类。Math 类包含用于执行基本数学运算的方法,如初等指数、对数、平方根和三角函数。 Math类的一些方法: Math.random(); 获得浮点类型的随机值   Math.PI(); 获得圆周率   Math.abs(); 获得绝对值   Math.round(); 四舍五入   Math.floor(); 舍去,返回一个d
相关文章
相关标签/搜索