r2a (弧度转角度)

r2a(radian)

弧度转角度

参数

radian (Radian, float, int) – 弧度

返回

角度

返回类型

Angle

实际案例

>>> import opt
>>> print(opt.r2a(math.pi))
180.0