java.lang.math类功能_java系列13:lang包:Math类、Object类、Class类
一、Math类Math类中提供了一系列基本数学运算和几何运算的方法;该类的构造方法被修饰为private,因此不能实例化;该类中的所有方法都是静态的,可以通过类名直接调用;该类被修饰为final,因此没有子类。常用方法例:publicclassTestMath{publicstaticvoidmain(String[]args){System.out.println("-3的绝对值:"+Math.