向上取整
Math.ceil()
向下取整
Math.floor()
四舍五入
Math.round(5/2)
返回绝对值
Math.abs()
返回 0 ~ 1 之间的随机数:
Math.random()
返回最小值
Math.min()
返回最大值
Math.max()
返回幂次值
Math.pow()
返回平方根
Math.sqrt()
2024-01-07 16:11:16
Math.ceil()
Math.floor()
Math.round(5/2)
Math.abs()
Math.random()
Math.min()
Math.max()
Math.pow()
Math.sqrt()
下一篇:C语言之水仙花数