Difference between revisions of "Manuals/calci/DEGREES"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''DEGREES( | + | <div style="font-size:30px">'''DEGREES(a)'''</div><br/> |
− | *<math> | + | *<math>a</math> is the angle in Radians |
==Description== | ==Description== | ||
*This function gives the angle value in Degrees that get converted from Radians. | *This function gives the angle value in Degrees that get converted from Radians. | ||
− | *To convert Radians value to Degrees, we can use this function, | + | *To convert Radians value to Degrees, we can use this function, else we have to multiply the Radian value with <math>\frac{180}{\pi}</math> |
==Examples== | ==Examples== |
Revision as of 06:46, 19 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, else 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