Math類的pow()、ceil()、floor()、round()、random()

package cn.tedu.math; public class MathDemo { //private MathDemo(){}//構造方法私有化 public static void main(String[] args) { //絕對值 System.out.println(Math.abs(-2.3)); //(底數,次冪)—可以求任意的次冪以及開根 System.out.print
相關文章
相關標籤/搜索