Show pageDiscussionOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== →∡r ==== <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> ---- Mark a number as an angle in radians </callout> <callout color="green" icon="fa fa-indent" title="Stack Diagram"> ---- ^ __Input Stack__ ^ ^ __Output Stack__ ^ | **Num** | **→** | **∡<sub>rad</sub>** | | //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// || </callout> <callout color="orangered" icon="fa fa-comment" title="Description"> ---- The ''→∡r'' command turns a scalar into an angle measured in radians. </callout> <callout type="danger" icon="true" title="Compatibility"> ---- ''→∡r'' is specific to **newRPL** and has no direct equivalent in **userRPL**. </callout> <callout type="info" icon="true" title="Usage"> ---- **__Input__** <code> 4: 3: 2: 1: 1.570796326795. ………………………………………………………………………………………………………… →∡r </code> \\ **__Output__** <code> 4: 3: 2: 1: ∡1.570796326795.r ………………………………………………………………………………………………………… </code> </callout> <callout color="darkgray" icon="fa fa-hand-o-right" title="Related Commands"> ---- {{page>manual:chapter6:angles&nofooter&noeditbtn&inline}} </callout> manual/chapter6/angles/cmd_tagrad.txt Last modified: 2021/09/16 07:04by jojo1973