javase知识点 ----12 (java经常使用API)

数学类 一、Math---在java.lang包下    被final修饰,不能被继承    全部的方法都是静态方法,直接经过类名就能够调用    有两个静态常量  E和PIjava 二、经常使用方法    System.out.println(Math.PI);    System.out.println(Math.abs(-1));    System.out.println(Math.rou
相关文章
相关标签/搜索