<!DOCTYPE html>
<html>
<body>

<?php
echo rad2deg(pi()) . "<br>";
echo rad2deg(pi()/4);
?>


</body>
</html>