(PHP 4, PHP 5, PHP 7, PHP 8)
rad2deg — 将弧度数转换为等效的度数
$num
此函数将 num 从弧度转换为度。
num
弧度值
num 的度数等效值
例 1 rad2deg() 例子
<?phpecho rad2deg(M_PI_4); // 45?>