Difference between revisions of "Manuals/calci/DEGREES"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
*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>. | ||
| − | ==ZOS | + | ==ZOS== |
*The syntax is to calculate DEGREES in ZOS is DEGREES(angles). | *The syntax is to calculate DEGREES in ZOS is DEGREES(angles). | ||
*<math>angles</math> is the angle value in radians. | *<math>angles</math> is the angle value in radians. | ||
Revision as of 12:44, 3 June 2015
DEGREES(angles)
- 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 angles} is the angle value 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 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 \deg} .
- To convert Radians value to Degrees, we can use this function, else 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}} .
ZOS
- The syntax is to calculate DEGREES in ZOS is DEGREES(angles).
- 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 angles} is the angle value in radians.
- DEGREES(0..1,0.25)
Examples
- DEGREES(PI())=180
- DEGREES(PI()/2)=90
- DEGREES(PI()/4)=45
- DEGREES(0.523598775598)=29.99999 is equivalent to 30