目录

radians()

例子

float deg = 45.0;
float rad = radians(deg);

描述

从度数转换为弧度.

语法

radians(angle)

参数

angle int 或者float

返回 float