gpt4 book ai didi

javascript - 我如何在 javascript 中使用 Math.sin() 来获得正确答案?

转载 作者:数据小太阳 更新时间:2023-10-29 04:02:29 25 4
gpt4 key购买 nike

<分区>

当我在 javascript 中使用 Math.sin(90) 计算 90 度的正弦时,它返回 0.8939966636005565,但 sin(90) 为 1。有没有办法解决这个问题?我需要任何 Angular 准确值。

<!DOCTYPE html>
<html>
<body>
<p id="demo">Click the button calculate value of 90 degrees.</p>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction(){
document.getElementById("demo").innerHTML=Math.sin(90);
}
</script>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com