首页
未来题库
→
标签
→
Math
Math
1.
若doubleval=Math.ceil(-11.9);,则val的值是()
2.
r=100;jd=0;x0=300+r;y0=300+0;cxt.moveTo(x0,y0);while(jd=3.1415926*2){jd=jd+0.01;x1=300+r*2*Math.cos(jd)*Math.sin(3*jd);y1=300+r*
3.
Math.Exp()表示指数。
4.
Math.Pow()表示乘方。
5.
Math.Sqrt()表示平方根。
6.
Math.Abs()表示绝对值。
7.
math.degrees(math.pi2)的值是多少?
8.
math.radians(30)*6的值是多少?
9.
math.sin(math.pi6)的值是多少?
10.
Math.pow(2,3)的值为()。
11.
以下代码: let color = Math.floor(Math.random() * 256).toString(16) 运行后,color的值为()