摘要: 常见对象(Math 类) Math: 用于执行基本数学运算的方法,如初等指数,对数,平方根,三角函数。 System.out.println(Math.abs(-15.2)); // Math.abs() 取绝对值。 System.out.println(Math.ceil(15.3)); // M 阅读全文
posted @ 2019-05-25 00:57 锋XX 阅读(138) 评论(0) 推荐(0) 编辑