manual:chapter6:angles:cmd_angtodeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
manual:chapter6:angles:cmd_angtodeg [2019/10/22 13:17]
jojo1973 created
manual:chapter6:angles:cmd_angtodeg [2019/11/06 15:40]
jojo1973
Line 9: Line 9:
 ---- ----
 ^  __Input Stack__  ^  ^  __Output Stack__  ^ ^  __Input Stack__  ^  ^  __Output Stack__  ^
-|  **Num<sub>1</sub>**  |  **→**  |  **∡<sub>1(°)</sub>** +|  **Num**  |  **→**  |  **∡<sub>deg</sub>** 
-|  **Z<sub>1</sub>**  |  **→**  |  **Z<sub>1(°)</sub>** +|  **Z**  |  **→**  |  **Z<sub>deg</sub>** 
-|  **∡<sub>1</sub>**  |  **→**  |  **∡<sub>1(°)</sub>** +|  **∡**  |  **→**  |  **∡<sub>deg</sub>** 
-|  **V<sub>1</sub>**  |  **→**  |  **V<sub>1(°)</sub>**  |+|  **V**  |  **→**  |  **V<sub>deg</sub>**  |
 |  //Level 1//  |  //→//  |  //Level 1//  |  |  //Level 1//  |  //→//  |  //Level 1//  | 
  
 {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
  
-|**Type**| [[manual:chapter5:basics#operators|Command]]  ||+|**Type**| [[manual:chapter5:basics#commands|Command]]  ||
 |**Parallel list processing**| [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]]  ||  |**Parallel list processing**| [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]]  || 
 |**Affected by flags**| [[manual:appendix:flags#flag-17-18|-17]] | Angular Mode 1 | |**Affected by flags**| [[manual:appendix:flags#flag-17-18|-17]] | Angular Mode 1 |
Line 29: Line 29:
 In particular, if the component is: In particular, if the component is:
  
-  * a **scalar**, then the ''A→∡°'' command is equivalent to the ''[[manual:chapter6:angles:cmd_tagdeg|→∡°]]'' command;+  * a **scalar**, then the number is interpreted as an angle //in the current angular mode// and converted to degrees;
   * a **rectangular complex number**, nothing happens;   * a **rectangular complex number**, nothing happens;
   * a **polar complex number**, then the angular component is converted to degrees;   * a **polar complex number**, then the angular component is converted to degrees;
Line 44: Line 44:
 ---- ----
 <code> <code>
-1:   [ #∡20g (1,2) (3,∡5.3d) ]+1:  [ #2h ∡20g (1,2) (3,∡5.3d) ]
 …………………………………………………………………………………… ……………………………………………………………………………………
 A→∡° A→∡°
Line 50: Line 50:
 will result in will result in
 <code> <code>
-1:   [ #∡18° (1,2) (3,∡5.5°) ]+1:  [ #2h ∡18° (1,2) (3,∡5.5°) ]
 …………………………………………………………………………………… ……………………………………………………………………………………
  
  • manual/chapter6/angles/cmd_angtodeg.txt
  • Last modified: 2021/09/16 02:05
  • by jojo1973