Query: rad2deg
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RAD2DEG(3) 1 RAD2DEG(3) rad2deg - Converts the radian number to the equivalent number in degreesSYNOPSISfloat rad2deg (float $number)DESCRIPTIONThis function converts $number from radian to degrees.PARAMETERSo $number - A radian valueRETURN VALUESThe equivalent of $number in degreesEXAMPLESExample #1 rad2deg(3) example <?php echo rad2deg(M_PI_4); // 45 ?>SEE ALSOdeg2rad(3). PHP Documentation Group RAD2DEG(3)
Related Man Pages |
---|
gii_valrange(3) - debian |
acos(3) - osf1 |
cairo_arc(3) - php |
swfdisplayitem(3) - php |
is_float(3) - php |
Similar Topics in the Unix Linux Community |
---|
Calculating distance between two LAT long coordinates |
Geographical distance between long and lat in bash |