Difference between revisions of "Manuals/calci/ANGLE"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''ANGLE (deg,by,till)'''</div><br/> | <div style="font-size:30px">'''ANGLE (deg,by,till)'''</div><br/> | ||
+ | *<math>deg</math> is the starting angle value in degree | ||
+ | *<math> by </math> is the skip value. | ||
+ | *<math> till </math> is the ending degree value. | ||
+ | |||
+ | ==Description== | ||
+ | *This is showing the degree value. | ||
+ | *Degree is the measurement of the plane angle defined by representing a full rotation as 360 degrees. | ||
+ | *But it is not the SI Unit of Angles. | ||
+ | *SI unit of angles is Radian,degree is the accepted unit. | ||
+ | *Because a full rotation equals 2π radians, one degree is equivalent to π/180 radians. | ||
+ | |||
+ | ==Examples== | ||
+ | #ANGLE(30,45,180) = 30 75 120 165 | ||
+ | #ANGLE(360,180,2000) = 360 540 720 900 1080 1260 1440 1620 1800 1980 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=dqg1DQCJa-E|280|center|Angle}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/DEGREES | DEGREES]] | ||
+ | *[[Manuals/calci/RADIANS | RADIANS]] | ||
+ | *[[Manuals/calci/ALL | All Functions]] | ||
+ | |||
+ | ==References== | ||
+ | *[http://www.purplemath.com/modules/radians.htm Angles] | ||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 15:04, 6 December 2018
ANGLE (deg,by,till)
- is the starting angle value in degree
- is the skip value.
- is the ending degree value.
Description
- This is showing the degree value.
- Degree is the measurement of the plane angle defined by representing a full rotation as 360 degrees.
- But it is not the SI Unit of Angles.
- SI unit of angles is Radian,degree is the accepted unit.
- Because a full rotation equals 2π radians, one degree is equivalent to π/180 radians.
Examples
- ANGLE(30,45,180) = 30 75 120 165
- ANGLE(360,180,2000) = 360 540 720 900 1080 1260 1440 1620 1800 1980
Related Videos
See Also
References