学习目标: 掌握java Math知识点 学习产出: Math.sqrt(x) -----------开平方 Math.pow(x,y) ---------x的y次幂 Math.max(a, b) ----------取a和b的最大值 Math.min(a, b) ----------取a和b的最小值 Math.random() ---------------取0到1的随机数 Math.abs(x) ---------------取x的绝对值