Java经常使用类之Math类Random类和System类

Math类   一、概述    Math 类包含用于执行基本数学运算的方法,如初等指数、对数、平方根和三角函数。   二、成员变量   public static final double E : 天然底数   public static final double PI: 圆周率   三、成员方法   public static int abs(int a) 取绝对值   public stati
相关文章
相关标签/搜索