把弧度转换为角度:
<?PHP echo rad2deg(pi()) . "<br>"; echo rad2deg(pi()/4); ?>
rad2deg() 函数把弧度值转换为角度值。
提示:如需把角度值转换为弧度值,请查看 deg2rad() 函数。
rad2deg(number);