Difference between revisions of "Manuals/calci/DEGREES"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">''' | + | <div style="font-size:30px">'''DEGREES(a)'''</div><br/> |
− | *where ' | + | *where 'a' is the angle in Radians |
==Description== | ==Description== | ||
− | *This function gives the | + | *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== | ==Examples== | ||
− | * | + | *DEGREES(PI())=180 |
− | * | + | *DEGREES(PI()/2)=90 |
+ | *DEGREES(PI()/4)=45 | ||
+ | *DEGREES(0.523598775598)=29.99999 is equivalent to 30 | ||
==See Also== | ==See Also== | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/TRIGONMETRY | TRIGONMETRY]] |
− | *[[Manuals/calci/ | + | *[[Manuals/calci/FUNCTIONS | FUNCTIONS]] |
+ | *[[Manuals/calci/RADIANS | RADIANS]] | ||
+ | |||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers] | [http://en.wikipedia.org/wiki/Complex_number| Complex Numbers] |
Revision as of 01:29, 14 November 2013
DEGREES(a)
- where '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
See Also