PHP rad2deg() 函数
定义和用法
rad2deg() 函数将弧度值转换为角度值。
提示:要将度数转换为弧度,请查看deg2rad() 函数。
语法
rad2deg(number);
参数值
参数 | 描述 |
---|---|
number | 必需。指定要转换的弧度值。 |
技术细节
返回值 | number 的度数等效值。 |
---|---|
返回类型 | 浮点数 |
PHP 版本 | 4+ |
❮ PHP 数学参考
rad2deg() 函数将弧度值转换为角度值。
提示:要将度数转换为弧度,请查看deg2rad() 函数。
rad2deg(number);
参数 | 描述 |
---|---|
number | 必需。指定要转换的弧度值。 |
返回值 | number 的度数等效值。 |
---|---|
返回类型 | 浮点数 |
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]