弧度转角度
radian (Radian, float, int) – 弧度
角度
Angle
实际案例
>>> import opt >>> print(opt.r2a(math.pi)) 180.0