gpt4 book ai didi

c# - Math.Acos 不工作?

转载 作者:太空宇宙 更新时间:2023-11-03 20:01:45 24 4
gpt4 key购买 nike

当我运行我的程序时,我试图使用余弦反函数。所以我使用 Math.Acos()。

我愿意:

Console.WriteLine(Math.Acos(0.8).ToString());

我想得到的值大约是:36.869897645844

但我得到的值是:0.643501108793284

Math.Acos 方法有问题吗?

最佳答案

没有问题,您得到的答案是弧度。

将其转换为度数。

Math.Acos(0.8) * 180/Math.PI

关于c# - Math.Acos 不工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27351123/

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