==== DEG ====
----
Set the angle mode flags to degrees
----
^ __Input Stack__ ^ ^ __Output Stack__ ^
| **** | **→** | **** |
| //Level 1// | //→// | //Level 1// |
{{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
| **Keyword type** | [[manual:chapter5:basics#commands|Command]] ||
| **Parallel list processing capabilities** | [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]] | //Commands that cannot parallel process// |
| **Affected by flags** | [[manual:appendix:flags#flags-17-18|-17]] | //Default angle unit (bit 0)// |
| ::: | [[manual:appendix:flags#flags-17-18|-18]] | //Default angle unit (bit 1)// |
----
The ''DEG'' command clears flags [[manual:appendix:flags#flags-17-18|–17]] and [[manual:appendix:flags#flags-17-18|–18]], and displays the ''∡°'' annunciator.\\
\\
In ''DEG'' angle mode, real number arguments that represent angles are interpreted as degrees, and real number results that represent angles are expressed in degrees.
----
''DEG'' is fully equivalent to its **userRPL** counterpart.
----
**__Input__**
4:
3:
2:
1: 90
…………………………………………………………………………………………………………
DEG SIN
\\
**__Output__**
4:
3:
2:
1: 1
…………………………………………………………………………………………………………
----
{{page>manual:chapter6:flags&nofooter&noeditbtn&inline}}