摘要: 1. Math.PI :表示的是圆周率常量; 2.Math.E :表示的是普通常量(e); 3.abs()方法: 表示取绝对值 eg1: int x = Math.abs(50L); x的值为:50; eg2: double x = Math.abs(50.0); x的值为:50.0; 4.ceil 阅读全文
posted @ 2016-04-06 19:14 LiLinyu_lly 阅读(374) 评论(0) 推荐(0) 编辑