Difference between revisions of "Manuals/calci/RAD"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "RAD")
 
 
(3 intermediate revisions by the same user not shown)
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 <math>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.
 +
#radpiby3 = 0㎭  1.0471975511965976㎭  2.0943951023931953㎭  3.141592653589793㎭
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=EnwWxMZVBeg|280|center|Radians}}
 +
 
 +
==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 ]]

Latest revision as of 03:45, 28 February 2022

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 , 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

  1. RAD(30) = 0.5235987755982988 rad.
  2. RAD(90) = 1.5707963267948966 rad.
  3. RAD(359) = 6.265732014659642 rad.
  4. radpiby3 = 0㎭ 1.0471975511965976㎭ 2.0943951023931953㎭ 3.141592653589793㎭

Related Videos

Radians

See Also

References