Math类

Posted aikang525

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Math类相关的知识,希望对你有一定的参考价值。

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类的主要内容,如果未能解决你的问题,请参考以下文章