PHP rad2deg May 3, 2012 Pramod T P It converts the radian number to the equivalent number in degrees Example <?php echo rad2deg(M_PI_4); ?> Output 45