==== A→∡g ==== ---- Convert an angle to grads ---- ^ __Input Stack__ ^ ^ __Output Stack__ ^ | **Num** | **→** | **∡grad** | | **Z** | **→** | **Zgrad** | | **∡** | **→** | **∡grad** | | **V** | **→** | **Vgrad** | | //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** | [[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 ''A→∡g'' command turns a scalar or a suitable component of a composite object into an angle measured in grads. In particular, if the component is: * a **scalar**, then the number is interpreted as an angle //in the current angular mode// and converted to grads; * a **polar complex number**, then the angular component is converted to grads; * an **angle**, then the angle is converted to grads; * a **vector**, then any angle or polar complex number //but not scalars// is converted to grads as per above rules. ---- ''A→∡g'' is specific to **newRPL** and has no direct equivalent in **userRPL**. ---- **__Input__** 4: 3: 2: 1: [ #2h ∡20g (1,2) (3,∡5.5°) ] ………………………………………………………………………………………………………… A→∡g \\ **__Output__** 4: 3: 2: 1: [ ∡2g ∡20g (1,2) (3,∡6.1111.g) ] ………………………………………………………………………………………………………… ---- {{page>manual:chapter6:angles&nofooter&noeditbtn&inline}}