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