标签:math highlight 绝对值 随机数 mil 方法总结 and abs class
边学边总结...
1、幂的运算
Math.pow(a,b)
2、随机数的方法
System.currentTimeMillis()
Math.randow()
3、绝对值的运算
Math.abs();
java基本运算方法总结(ing)
原文地址:https://www.cnblogs.com/fire666/p/9463857.html