Difference between revisions of "Manuals/calci/DEG"
(Created page with "DEG") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | DEG | + | <div style="font-size:30px">'''DEG(angle)'''</div><br/> |
+ | *<math>angle</math> is the angle value in radians. | ||
+ | |||
+ | ==Description== | ||
+ | *This function gives the angle value in Degrees that get converted from Radians. | ||
+ | *Degree is the measure for angles.There are 360 degrees in a full rotation. | ||
+ | *But it is not a SI unit. | ||
+ | *Radian is the SI unit for the angle. | ||
+ | *1 degrees = 0.0174532925 radians. | ||
+ | *The symbol for degrees is <math>\deg</math>. | ||
+ | *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== | ||
+ | *DEG(PI()/2) = 90 deg. | ||
+ | *DEG(PI()) = 180 deg. | ||
+ | *DEG(45) = 2578.3100780887044 deg. | ||
+ | *deg22by3 = 0° 3° 6° 9° 12° 15° 18° 21° | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=92aLiyeQj0w|280|center|Angles}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/SIN | SIN]] | ||
+ | *[[Manuals/calci/COS | COS ]] | ||
+ | *[[Manuals/calci/RADIANS | RADIANS ]] | ||
+ | |||
+ | ==References== | ||
+ | [http://en.wikipedia.org/wiki/Degree_(angle) Degrees] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 03:47, 28 February 2022
DEG(angle)
- is the angle value in radians.
Description
- This function gives the angle value in Degrees that get converted from Radians.
- Degree is the measure for angles.There are 360 degrees in a full rotation.
- But it is not a SI unit.
- Radian is the SI unit for the angle.
- 1 degrees = 0.0174532925 radians.
- The symbol for degrees is .
- To convert Radians value to Degrees, we can use this function, else we have to multiply the Radian value with .
Examples
- DEG(PI()/2) = 90 deg.
- DEG(PI()) = 180 deg.
- DEG(45) = 2578.3100780887044 deg.
- deg22by3 = 0° 3° 6° 9° 12° 15° 18° 21°
Related Videos
See Also
References