Difference between revisions of "Manuals/calci/RAD"

From ZCubes Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
*The Radian is the standard unit of angular measure.
 
*The Radian is the standard unit of angular measure.
 
*1 degree = 0.0174532925 radians.
 
*1 degree = 0.0174532925 radians.
*In <mat>RAD(angle)</math>,<math>angle</math>  is the angle value convert in to 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>.
 
*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>.
  

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