Difference between revisions of "Manuals/calci/DEGREES"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
*This function gives the angle value in degrees get converted from radians. | *This function gives the angle value in degrees get converted from radians. | ||
*To change radian value to degrees we can use this function, | *To change radian value to degrees we can use this function, | ||
− | * | + | *Otherwise we have to multiply the radian value with 180/pi() . |
==Examples== | ==Examples== |
Revision as of 23:43, 13 November 2013
DEGREES(a)
- 'a' is the angle in Radians
Description
- This function gives the angle value in degrees get converted from radians.
- To change radian value to degrees we can use this function,
- Otherwise we have to multiply the radian value with 180/pi() .
Examples
- DEGREES(PI())=180
- DEGREES(PI()/2)=90
- DEGREES(PI()/4)=45
- DEGREES(0.523598775598)=29.99999 is equivalent to 30