Difference between revisions of "Manuals/calci/DEGREES"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
==Examples== | ==Examples== | ||
− | *DEGREES( | + | *DEGREES(<math>\Pi</math>)=180 |
− | *DEGREES( | + | *DEGREES(<math>\frac{\Pi}{2}</math>)=90 |
− | *DEGREES( | + | *DEGREES(<math>\frac{\Pi}{4}</math>)=45 |
*DEGREES(0.523598775598)=29.99999 is equivalent to 30 | *DEGREES(0.523598775598)=29.99999 is equivalent to 30 | ||
Revision as of 06:21, 18 November 2013
DEGREES(A)
- is the angle in Radians
Description
- This function gives the angle value in Degrees that get converted from Radians.
- To convert Radians value to Degrees, we can use this function, otherwise we have to multiply the Radian value with
Examples
- DEGREES()=180
- DEGREES()=90
- DEGREES()=45
- DEGREES(0.523598775598)=29.99999 is equivalent to 30
See Also