用什么方法转换弧度度? [英] What is the method for converting radians to degrees?

查看:159
本文介绍了用什么方法转换弧度度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我碰上这种偶尔总是忘记怎么做了。

其中的一个东西,弹出以往任何时候都频繁。

此外,有什么公式转换角度的前pressed弧度为度,然后再返回?

解决方案

 弧度=度*(PI / 180)

度=弧度*(180 / PI)
 

至于实施,主要的问题是如何precise你想对圆周率的值。这里有一些相关的讨论

I run into this occasionally and always forget how to do it.

One of those things that pop up ever so often.

Also, what's the formula to convert angles expressed in radians to degrees and back again?

解决方案

radians = degrees * (pi/180)

degrees = radians * (180/pi)

As for implementation, the main question is how precise you want to be about the value of pi. There is some related discussion here

这篇关于用什么方法转换弧度度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆