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