标签: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:
标签:dia 函数 class max rand style pre tip 弧度
原文地址:https://www.cnblogs.com/aikang525/p/12118339.html