Difference between revisions of "Manuals/calci/ANGLESLIST"
Jump to navigation
Jump to search
(Created page with "ANGLES") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''ANGLESLIST (By,TillAngle,FromAngle,IsInRadians)'''</div><br/> | |
+ | *<math> by </math> is the skip value of the angle. | ||
+ | *<math> TillAngle </math> is the ending angle value. | ||
+ | *<math> FromAngle </math> is the starting angle value. | ||
+ | *<math> IsInRadians </math> 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== | ||
+ | #ANGLESLIST(10,90,30,0) = 30 40 50 60 70 80 90 | ||
+ | #ANGLESLIST(10,90,30,1) = 0.5235987755982988㎭ 0.6981317007977318㎭ 0.8726646259971648㎭ 1.0471975511965976㎭ 1.2217304763960306㎭ 1.3962634015954636㎭ 1.5707963267948966㎭ | ||
+ | #ANGLESLIST(90,360,189,1) = 3.2986722862692828㎭ 4.869468613064179㎭ | ||
+ | #ANGLESLIST(90,360,189,0) = 189 279 | ||
+ | |||
+ | |||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=dqg1DQCJa-E|280|center|Angle}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/DEGREES | DEGREES]] | ||
+ | *[[Manuals/calci/RADIANS | RADIANS]] | ||
+ | |||
+ | ==References== | ||
+ | [http://www.purplemath.com/modules/radians.htm Angles] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:18, 10 December 2018
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
- ANGLESLIST(10,90,30,0) = 30 40 50 60 70 80 90
- ANGLESLIST(10,90,30,1) = 0.5235987755982988㎭ 0.6981317007977318㎭ 0.8726646259971648㎭ 1.0471975511965976㎭ 1.2217304763960306㎭ 1.3962634015954636㎭ 1.5707963267948966㎭
- ANGLESLIST(90,360,189,1) = 3.2986722862692828㎭ 4.869468613064179㎭
- ANGLESLIST(90,360,189,0) = 189 279
Related Videos
See Also
References