Difference between revisions of "Manuals/calci/RADIANS"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
*The radian is represented by symbol '''rad'''. | *The radian is represented by symbol '''rad'''. | ||
*Formula for converting from degrees to radians is : | *Formula for converting from degrees to radians is : | ||
− | Angle in radians = angle in degrees | + | Angle in radians = angle in degrees x <math>\frac{\pi}{180 °}</math> |
*If argument <math>a</math> is non-numeric, Calci returns a NaN error. | *If argument <math>a</math> is non-numeric, Calci returns a NaN error. | ||
− | *RADIANS() can be used for array of angles | + | *RADIANS() can be used for array of angles e.g. 0 to 90 degress in steps of 15 degrees as - |
RADIANS(0..90..15) | RADIANS(0..90..15) | ||
Line 60: | Line 60: | ||
| class="sshl_f" |-1.5707963267948966 | | class="sshl_f" |-1.5707963267948966 | ||
|} | |} | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|EnwWxMZVBeg|280|center|RADIANS}} | ||
== See Also == | == See Also == |
Latest revision as of 19:42, 26 April 2015
RADIANS(a)
- where is an angle in degrees.
RADIANS() converts the angle in degrees to angle in radians.
Description
- One radian is the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle.
- The radian is represented by symbol rad.
- Formula for converting from degrees to radians is :
Angle in radians = angle in degrees x 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{\pi}{180 °}}
- If argument is non-numeric, Calci returns a NaN error.
- RADIANS() can be used for array of angles e.g. 0 to 90 degress in steps of 15 degrees as -
RADIANS(0..90..15)
ANGLE(in degrees) | RADIANS |
---|---|
0 | 0 |
15 | 0.2617993877991494 |
30 | 0.5235987755982988 |
45 | 0.7853981633974483 |
60 | 1.0471975511965976 |
75 | 1.3089969389957472 |
90 | 1.5707963267948966 |