码迷,mamicode.com
首页 > 编程语言 > 详细

java基本运算方法总结(ing)

时间:2018-08-12 20:08:23      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:math   highlight   绝对值   随机数   mil   方法总结   and   abs   class   

边学边总结...

1、幂的运算

Math.pow(a,b)

2、随机数的方法

System.currentTimeMillis()

  

Math.randow()

3、绝对值的运算

Math.abs();

  

java基本运算方法总结(ing)

标签:math   highlight   绝对值   随机数   mil   方法总结   and   abs   class   

原文地址:https://www.cnblogs.com/fire666/p/9463857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!