1. 程式人生 > >java基本運算方法總結(ing)

java基本運算方法總結(ing)

方法 運算 sys 隨機數 mat ... 方法總結 clas math

邊學邊總結...

1、冪的運算

Math.pow(a,b)

2、隨機數的方法

System.currentTimeMillis()

  

Math.randow()

3、絕對值的運算

Math.abs();

  

java基本運算方法總結(ing)