==== →∡g ====
----
Mark a number as an angle in grads
----
^ __Input Stack__ ^ ^ __Output Stack__ ^
| **Num** | **→** | **∡grad** |
| //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 ''→∡g'' command turns a scalar into an angle measured in grads.
----
''→∡g'' is specific to **newRPL** and has no direct equivalent in **userRPL**.
----
**__Input__**
4:
3:
2:
1: 50
…………………………………………………………………………………………………………
→∡g
\\
**__Output__**
4:
3:
2:
1: ∡50g
…………………………………………………………………………………………………………
----
{{page>manual:chapter6:angles&nofooter&noeditbtn&inline}}