Math類、Random類與數組集合

Math類: Math類是在java.lang包下的一個用於數學計算的類。Math 類包含用於執行基本數學運算的方法,如初等指數、對數、平方根和三角函數。 Math類的一些方法: Math.random(); 獲得浮點類型的隨機值   Math.PI(); 獲得圓周率   Math.abs(); 獲得絕對值   Math.round(); 四捨五入   Math.floor(); 捨去,返回一個d
相關文章
相關標籤/搜索