(PHP 3 >= 3.0.4, PHP 4, PHP 5)
This function converts number from radian to degrees.
Example 1. rad2deg() example
<?php echo rad2deg(M_PI_4); // 45 ?>
See also deg2rad().