Converts degrees to radians, i.e. Value*2p/360.
Syntax
DEGRAD(Value)
Input
Value | is a value in degrees |
Domain type: | any Value domain |
Output
DEGRAD returns: | a value in radians |
Domain: | system domain Value |
Note:
When the input value is undefined, the output will also be undefined.
Tips:
Usable in
MapCalc, TabCalc, Simple calculators
Examples
Pocket line calculator examples:
? DEGRAD(90) |
returns 1.5708 |
? TAN(DEGRAD(60)) | returns 1.732 |
MapCalc example:
OutMap = DEGRAD(InMap)
InMap |
OutMap |
||||||||||||||||||
|
|
TabCalc example:
OutCol = DEGRAD(InCol)
InCol |
OutCol |
0 |
0.0000 |
30 |
0.5236 |
45 |
0.7854 |
90 |
1.5708 |
180 |
3.1416 |
270 |
4.7124 |
? |
? |
-45 |
-0.7854 |
-60 |
-1.0472 |
See also: