Source Code:
(back to article)
<?php // Convert radians to degrees using the rad2deg() function $result = rad2deg(1.047); // Output the result echo $result; ?>
Result:
Report an issue