Math类中常用的方法

1.求某个数的次方

 

 

 2.获取某个范围内的随机数

【a,b】=(int)(Math.radom()*(b-a+1)+a)

posted @ 2022-12-12 16:18  千瓷  阅读(68)  评论(0编辑  收藏  举报