Difference between revisions of "Manuals/calci/RAD"
Jump to navigation
Jump to search
(Created page with "RAD") |
|||
Line 1: | Line 1: | ||
− | RAD | + | <div style="font-size:30px">'''RAD (angle)'''</div><br/> |
+ | *<math> angle</math> any angle value. | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the angle value in radians. | ||
+ | *The Radian is the standard unit of angular measure. | ||
+ | *1 degree = 0.0174532925 radians. | ||
+ | *In <mat>RAD(angle)</math>,<math>angle</math> is the angle value convert in to Radians. | ||
+ | *To convert Radians value to Degrees, we can use this function, else we have to multiply the Radian value with <math>\frac{180}{\pi}</math>. | ||
+ | |||
+ | ==Examples== | ||
+ | #RAD(30) = 0.5235987755982988 rad. | ||
+ | #RAD(90) = 1.5707963267948966 rad. | ||
+ | #RAD(359) = 6.265732014659642 rad. | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/RADIANSLIST | RADIANSLIST]] | ||
+ | *[[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:34, 19 April 2017
RAD (angle)
- any angle value.
Description
- This function shows the angle value in radians.
- The Radian is the standard unit of angular measure.
- 1 degree = 0.0174532925 radians.
- In <mat>RAD(angle)</math>, is the angle value convert in to Radians.
- To convert Radians value to Degrees, we can use this function, else we have to multiply the Radian value with .
Examples
- RAD(30) = 0.5235987755982988 rad.
- RAD(90) = 1.5707963267948966 rad.
- RAD(359) = 6.265732014659642 rad.