App下载

demo_func_math_rad2deg 在线工具

demo_func_math_rad2deg 在线工具

<?php
echo rad2deg(pi()) . "<br>";
echo rad2deg(pi()/4);
?>
运行结果