Difference between revisions of "Manuals/calci/DEGREES"

From ZCubes Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
==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
  
 
==See Also==
 
==See Also==

Revision as of 00:40, 14 November 2013

DEGREES(a)


  • 'a' is the angle in Radians

Description

  • This function gives the angle value in degrees get converted from radians.
  • To change radian value to degrees we can use this function,
  • otherwise we have to multiply the radian value with 180/pi() .

Examples

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

See Also

References

Complex Numbers