Difference between revisions of "Manuals/calci/DEGREES"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<div style="font-size:30px">'''DEGREES(A)'''</div><br/>
 
<div style="font-size:30px">'''DEGREES(A)'''</div><br/>
  
*where 'A' is the angle in Radians  
+
*<math>A</math> is the angle in Radians  
 
 
  
 
==Description==
 
==Description==
*This function gives the angle value in degrees get converted from radians.
+
*This function gives the angle value in Degrees that get converted from Radians.
*To change radian value to degrees we can use this function,  
+
*To convert Radians value to Degrees, we can use this function, otherwise we have to multiply the Radian value with <math>\frac{180}{\pi}</math>
*otherwise we have to multiply the radian value with 180/pi() .
 
  
 
==Examples==
 
==Examples==

Revision as of 06:19, 18 November 2013

DEGREES(A)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} is the angle in Radians

Description

  • This function gives the angle value in Degrees that get converted from Radians.
  • To convert Radians value to Degrees, we can use this function, otherwise we have to multiply the Radian value with Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{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