(PHP 4, PHP 5, PHP 7, PHP 8)
rad2deg — Convers the radian number to the ekivalent number in degrees
num
A radian value
The ekivalent of
num
in degrees
Example #1 rad2deg() example
<?php
echo
rad2deg
(
M_PI_4
);
// 45
?>