Difference between revisions of "Manuals/calci/ANGLES"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
*[[Manuals/calci/ANGLE | ANGLE]] | *[[Manuals/calci/ANGLE | ANGLE]] | ||
+ | |||
+ | ==References== | ||
+ | *[http://www.purplemath.com/modules/radians.htm Angles] | ||
Revision as of 14:18, 20 July 2017
ANGLESLIST (By,TillAngle,FromAngle,IsInRadians)
- is the skip value of the angle.
- is the ending angle value.
- is the starting angle value.
- is either 0 or 1.
Description
- This function shows the angles value either in degree or in Radians.
- 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.
- The parameter"IsInRadians" is "0" then angle value will display in degree or it is "1" then angle value will display in Radians.
Examples
- ANGLES(10,30,5) = 5 15 25
- ANGLES(4,27,8,0) = 8 12 16 20 24
- ANGLES(4,27,8,1) = 0.13962634015954636㎭ 0.20943951023931953㎭ 0.2792526803190927㎭ 0.3490658503988659㎭ 0.41887902047863906㎭
See Also
References