Difference between revisions of "Manuals/calci/DEGREESLIST"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "degreelist")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
degreelist
+
<div style="font-size:30px">'''ANGLESLIST (By,TillAngle,FromAngle,IsInRadians)'''</div><br/>
 +
OR
 +
'''DEGREESLIST(By,TillAngle,FromAngle,IsInRadians)'''
 +
*<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
 +
#DEGREESLIST(30,360,130,0) = 130 160 190 220 250 280 310 340
 +
#DEGREESLIST(90,480,200,1) = 3.490658503988659㎭ 5.061454830783555㎭ 6.632251157578453㎭ 8.203047484373348㎭
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=92aLiyeQj0w|280|center|Angles}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/RADIANS | RADIANS]]
 +
*[[Manuals/calci/DEGREES | DEGREES]]
 +
 
 +
==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:53, 11 December 2018

ANGLESLIST (By,TillAngle,FromAngle,IsInRadians)


OR DEGREESLIST(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

  1. ANGLESLIST(10,90,30,0) = 30 40 50 60 70 80 90
  2. DEGREESLIST(30,360,130,0) = 130 160 190 220 250 280 310 340
  3. DEGREESLIST(90,480,200,1) = 3.490658503988659㎭ 5.061454830783555㎭ 6.632251157578453㎭ 8.203047484373348㎭

Related Videos

Angles

See Also

References

Angles