Java中Math類中的經常使用方法

Java中Math類中的經常使用方法 代碼實例: public class Demo1_Math { public static void main(String[] args) { System.out.println(Math.PI); System.out.println(Math.abs(-5.5)); //取絕對值 System.out.println(Math
相關文章
相關標籤/搜索