码迷,mamicode.com
首页 > 其他好文 > 详细

Math类

时间:2019-12-30 11:18:46      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:dia   函数   class   max   rand   style   pre   tip   弧度   

public class MathTest {
    //绝对值:abs
    //三角函数:acos,asin,atan,cos,sin,tan
    //平方根:sqrt
    //a的b次幂:pow(a,b)
    //自然对数:log
    //e为低指数:exp
    //max min
    //0~1的随机数:random
    //double转long四舍五入:round
    //弧度转角度:toDegrees
    //角度转弧度:toRadians

}
//    BigInteger:
//    BigDecimal:
    //add:
    //subtract:
    //multiply:
    //divde:

 

 

Math类

标签:dia   函数   class   max   rand   style   pre   tip   弧度   

原文地址:https://www.cnblogs.com/aikang525/p/12118339.html

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