tan(5.3)= 0.09276719520463
但在javascript中:
Math.tan(5.3)= -1.50127339580693
如何在deg模式下在javascript中计算Math.tan(某物)?
javascript math
javascript ×1
math ×1