float rad2deg ( float num ) converts radians to degrees : rad2deg « Math « PHP






float rad2deg ( float num ) converts radians to degrees

 
<?
    $atan_deg = rad2deg(atan(0.4346));
?>
  
  

Related examples in the same category