Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''DEGREES(a)'''</div><br/>
+
<div style="font-size:30px">'''DEGREES(angles)'''</div><br/>
 
+
*<math>angles</math> is the angle value in radians.
*<math>a</math> is the angle in Radians
      
==Description==
 
==Description==
 
*This function gives the angle value in Degrees that get converted from Radians.
 
*This function gives the angle value in Degrees that get converted from 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>
+
*Degree is the measure for angles.There are 360 degrees in a full rotation.
 +
*But it is not a SI unit.
 +
*Radian is the SI unit for the angle.
 +
*1 degrees = 0.0174532925 radians.
 +
*The symbol for degrees is <math>\deg</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>.
 +
 
 +
==ZOS Section==
 +
*The syntax is to calculate DEGREES in ZOS is DEGREES(angles).
 +
*<math>angles</math> is the angle value in radians.
 +
*DEGREES(0..1,0.25)
    
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu