PHP.nl

rad2deg

rad2deg

Converts the radian number to the equivalent number in degrees

float **rad2deg** float $num

This function converts from radian to degrees. num

numA radian value

The equivalent of in degrees num

Voorbeeld: example

<?php

echo rad2deg(M_PI_4); // 45

?>

deg2rad