从 Swift 中的 Degree 值获取正切值

发布于 2025-01-11 01:22:51 字数 248 浏览 0 评论 0原文

我正在尝试使用 Xcode Swift 计算度值的百分比。

例如:

  1. 我的度数值为 0.2159
  2. 基于正切表的该度数的正切值为 0.00377
  3. 要查找度数,请乘以正切*100,这使得百分比为 0.377%

现在,我无法找到一个Xcode 中的库,甚至是可以为我完成这项工作的包。切线表很大,所以我正在寻找一个函数来为我完成从步骤 1 到步骤 2 的转换。

非常感谢!

I am trying to calculate the percent from a degree value using Xcode Swift.

For example:

  1. I have a degree value of 0.2159
  2. The Tangent value for this degree based off the tangent table is 0.00377
  3. To find degrees, multiply tangent*100 which makes the percent 0.377%

Now, I can't for the life of me find a library in Xcode or even a package that would do this work for me. The tangent table is huge, so I am looking for a function that would do the conversion from step 1 to step 2 for me.

Thanks so much!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文