PHP rad2deg() 函数
PHP rad2deg() 函数
定义和用法
rad2deg() 函数把弧度值转换为角度值。
提示:如需把角度值转换为弧度值,请查看 deg2rad() 函数。
语法
rad2deg(number);
参数 | 描述 |
---|---|
number | 必需。规定要转换的弧度值。 |
技术细节
返回值: | number 对应的角度。 |
---|---|
返回类型: | Float |
PHP 版本: | 4+ |
PHP Math 参考手册
相关文章
- PHP 教程
- PHP echo 和 print 语句
- PHP 字符串
- PHP 数组排序
- PHP For 循环
- PHP 函数
- PHP 面向对象
- PHP 包含文件 include 和 require 语句
- PHP 文件上传
- PHP 错误处理
- PHP array_diff_ukey() 函数
- PHP array_replace_recursive() 函数
- PHP array_uintersect_uassoc() 函数
- PHP array_values() 函数
- PHP natcasesort() 函数
- PHP sort() 函数
- PHP 5 Directory 函数
- PHP Error 和 Logging 函数
- PHP HTTP 函数
- PHP PDO