==== →∡r ====
----
Mark a number as an angle in radians
----
^ __Input Stack__ ^ ^ __Output Stack__ ^
| **Num** | **→** | **∡rad** |
| //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-5one-argument-one-result-commands|Group 5]] | //One argument, one result commands// |
| **Affected by flags** | //None// ||
----
The ''→∡r'' command turns a scalar into an angle measured in radians.
----
''→∡r'' is specific to **newRPL** and has no direct equivalent in **userRPL**.
----
**__Input__**
4:
3:
2:
1: 1.570796326795.
…………………………………………………………………………………………………………
→∡r
\\
**__Output__**
4:
3:
2:
1: ∡1.570796326795.r
…………………………………………………………………………………………………………
----
{{page>manual:chapter6:angles&nofooter&noeditbtn&inline}}