Difference between revisions of "Manuals/calci/DEGREES"

From ZCubes Wiki
Jump to navigation Jump to search
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''DEGREES(a)'''</div><br/>
+
<div style="font-size:30px">'''DEGREES(Angle)'''</div><br/>
 +
*<math>Angle</math> is the angle value in radians.
 +
**DEGREES(),converts radians to degrees
  
*'a' is the angle in Radians  
+
==Description==
 +
*This function gives the angle value in Degrees that get converted from Radians.
 +
*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>.
  
==Description==
+
==ZOS==
*This function gives the angle value in degrees get converted from radians.
+
*The syntax is to calculate DEGREES in ZOS is DEGREES(angles).
*To change radian value to degrees we can use this function,  
+
*<math>angles</math> is the angle value in radians.
*otherwise we have to multiply the radian value with 180/pi() .
+
*DEGREES(0..1,0.25)
 +
{{#ev:youtube|xFAcRBbTnmg|280|center|Angle in Degrees}}
  
 
==Examples==
 
==Examples==
  
*COLUMNS„(D5:G8) IS 4,because number of columns in between D5 to G8 is 4
+
*DEGREES(PI())=180
*COLUMNS(R5:G4) is 12 , because it will considered as G4 to R5 between columns is 12.
+
*DEGREES(PI()/2)=90
*=COLUMNS({2,4,6,8,0;1,3,5,7,9}) is 5, because it is  giving the number of constants in the given array.
+
*DEGREES(PI()/4)=45
 +
*DEGREES(0.523598775598)=29.99999 is equivalent to 30
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|z0-1gBy1ykE|280|center|Radians to Degrees}}
  
 
==See Also==
 
==See Also==
  
*[[Manuals/calci/COLUMN | COLUMN]]
+
*[[Manuals/calci/SIN| SIN]]
*[[Manuals/calci/ROW | ROW]]
+
*[[Manuals/calci/COS| COS]]
 +
*[[Manuals/calci/TAN| TAN]]
 +
*[[Manuals/calci/RADIANS | RADIANS]]
  
 
==References==
 
==References==
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
+
[http://en.wikipedia.org/wiki/Degree_(angle) Degrees]
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 16:23, 25 June 2018

DEGREES(Angle)


  • is the angle value in radians.
    • DEGREES(),converts radians to degrees

Description

  • This function gives the angle value in Degrees that get converted from Radians.
  • 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 .
  • To convert Radians value to Degrees, we can use this function, else we have to multiply the Radian value with .

ZOS

  • The syntax is to calculate DEGREES in ZOS is DEGREES(angles).
  • is the angle value in radians.
  • DEGREES(0..1,0.25)
Angle in Degrees

Examples

  • DEGREES(PI())=180
  • DEGREES(PI()/2)=90
  • DEGREES(PI()/4)=45
  • DEGREES(0.523598775598)=29.99999 is equivalent to 30

Related Videos

Radians to Degrees

See Also

References

Degrees