Difference between revisions of "Manuals/calci/RAD"

From ZCubes Wiki
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 14: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

  1. RAD(30) = 0.5235987755982988 rad.
  2. RAD(90) = 1.5707963267948966 rad.
  3. RAD(359) = 6.265732014659642 rad.

See Also

References