Mega Code Archive

 
Categories / Php / Math
 

Float rad2deg ( float num ) converts radians to degrees

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