Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
manual:chapter6:angles:cmd_angtograd [2019/10/22 13:43] jojo1973 created |
manual:chapter6:angles:cmd_angtograd [2019/11/06 15:38] jojo1973 |
||
---|---|---|---|
Line 3: | Line 3: | ||
<callout type="primary" color="" icon="fa fa-book" title="Synopsis"> | <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> | ||
---- | ---- | ||
- | Convert an angle to grads (gons) | + | Convert an angle to grads |
</callout> | </callout> | ||
Line 9: | Line 9: | ||
---- | ---- | ||
^ __Input Stack__ ^ ^ __Output Stack__ ^ | ^ __Input Stack__ ^ ^ __Output Stack__ ^ | ||
- | | **Num<sub>1</sub>** | **→** | **∡<sub>1(g)</sub>** | | + | | **Num** | **→** | **∡<sub>grad</sub>** | |
- | | **Z<sub>1</sub>** | **→** | **Z<sub>1(g)</sub>** | | + | | **Z** | **→** | **Z<sub>grad</sub>** | |
- | | **∡<sub>1</sub>** | **→** | **∡<sub>1(g)</sub>** | | + | | **∡** | **→** | **∡<sub>grad</sub>** | |
- | | **V<sub>1</sub>** | **→** | **V<sub>1(g)</sub>** | | + | | **V** | **→** | **V<sub>grad</sub>** | |
| //Level 1// | //→// | //Level 1// | | | //Level 1// | //→// | //Level 1// | | ||
Line 29: | Line 29: | ||
In particular, if the component is: | 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 **scalar**, then the number is interpreted as an angle //in the current angular mode// and converted to grads; |
* a **rectangular complex number**, nothing happens; | * a **rectangular complex number**, nothing happens; | ||
* a **polar complex number**, then the angular component is converted to grads; | * a **polar complex number**, then the angular component is converted to grads; |