Difference between revisions of "Manuals/calci/RADIANSLIST"
Jump to navigation
Jump to search
(Created page with "radians") |
|||
Line 1: | Line 1: | ||
− | radians | + | <div style="font-size:30px">'''RADIANSLIST (By,TillAngle,FromAngle)'''</div><br/> |
+ | *<math> By</math> is the skip angle value. | ||
+ | *<math> Till Angle</math> and <math>From Angle</math> are maximum and Minimum angle value. | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the Radians value with the given limit values. | ||
+ | *In <math>RADIANSLIST (By,TillAngle,FromAngle)</math>,<math>By</math> is the skip value,<math>Till Angle</math> is maximum limit of the angle value. | ||
+ | *<math>From Angle</math> is the starting value of the angle. | ||
+ | *All the given values are in degrees,then it is converted in to Radians. | ||
+ | *Radian is the SI unit for the angle. | ||
+ | *1 degrees = 0.0174532925 radians. | ||
+ | |||
+ | ==Examples== | ||
+ | #RADIANSLIST(30,120,40) = 0.6981317007977318㎭ 1.2217304763960306㎭ 1.7453292519943295㎭ | ||
+ | #RADIANSLIST(20,180,80) = 1.3962634015954636㎭ 1.7453292519943295㎭ 2.0943951023931953㎭ 2.443460952792061㎭ 2.792526803190927㎭ 3.141592653589793㎭ | ||
+ | #RADIANSLIST(32.6,360,250.3) = 4.368559117741807㎭ 4.937536453891958㎭ 5.506513790042111㎭ 6.0754911261922615㎭ | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/RAD | RAD]] | ||
+ | *[[Manuals/calci/DEG | DEG]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://www.mathsisfun.com/geometry/radians.html Radians] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 13:46, 19 April 2017
RADIANSLIST (By,TillAngle,FromAngle)
- is the skip angle value.
- and are maximum and Minimum angle value.
Description
- This function shows the Radians value with the given limit values.
- In , is the skip value, is maximum limit of the angle value.
- is the starting value of the angle.
- All the given values are in degrees,then it is converted in to Radians.
- Radian is the SI unit for the angle.
- 1 degrees = 0.0174532925 radians.
Examples
- RADIANSLIST(30,120,40) = 0.6981317007977318㎭ 1.2217304763960306㎭ 1.7453292519943295㎭
- RADIANSLIST(20,180,80) = 1.3962634015954636㎭ 1.7453292519943295㎭ 2.0943951023931953㎭ 2.443460952792061㎭ 2.792526803190927㎭ 3.141592653589793㎭
- RADIANSLIST(32.6,360,250.3) = 4.368559117741807㎭ 4.937536453891958㎭ 5.506513790042111㎭ 6.0754911261922615㎭