从 Swift 中的 Degree 值获取正切值
我正在尝试使用 Xcode Swift 计算度值的百分比。
例如:
- 我的度数值为 0.2159
- 基于正切表的该度数的正切值为 0.00377
- 要查找度数,请乘以正切*100,这使得百分比为 0.377%
现在,我无法找到一个Xcode 中的库,甚至是可以为我完成这项工作的包。切线表很大,所以我正在寻找一个函数来为我完成从步骤 1 到步骤 2 的转换。
非常感谢!
I am trying to calculate the percent from a degree value using Xcode Swift.
For example:
- I have a degree value of 0.2159
- The Tangent value for this degree based off the tangent table is 0.00377
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论