Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
manual:chapter6:angles:cmd_tagdms [2019/10/21 14:48] jojo1973 created |
manual:chapter6:angles:cmd_tagdms [2021/09/16 15:40] (current) jojo1973 |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== →∡d ==== | ==== →∡d ==== | ||
- | ---- | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
Line 9: | Line 8: | ||
---- | ---- | ||
^ __Input Stack__ | ^ __Input Stack__ | ||
- | | **Num< | + | | **Num** |
- | | //Level 1// | // | + | | //Level 1// | // |
{{page> | {{page> | ||
- | |**Type**| [[manual: | + | | **Keyword type** | [[manual: |
- | |**Parallel list processing**| [[manual: | + | | **Parallel list processing |
- | |**Affected by flags**| None || | + | | **Affected by flags** |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</ | </ | ||
<callout color=" | <callout color=" | ||
---- | ---- | ||
- | The '' | + | The '' |
The angle is entered / displayed as a real number in the format **DD.MMSSxxx...** where: | The angle is entered / displayed as a real number in the format **DD.MMSSxxx...** where: | ||
Line 28: | Line 41: | ||
* **MM** expresses the number of minutes of arc and ranges from '' | * **MM** expresses the number of minutes of arc and ranges from '' | ||
* **SS** expresses the number of seconds of arc and ranges from '' | * **SS** expresses the number of seconds of arc and ranges from '' | ||
- | * **xxx...** expresses the fraction of seconds of arc. | + | * **xxx...** expresses the remaining |
| | ||
When a scalar is converted to an angle in degrees / minutes / seconds no check is performed to ensure that the digits at **MM** and **SS** positions range from '' | When a scalar is converted to an angle in degrees / minutes / seconds no check is performed to ensure that the digits at **MM** and **SS** positions range from '' | ||
Line 35: | Line 48: | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
- | This command | + | '' |
</ | </ | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
+ | To see how normalization works, let's enter an " | ||
+ | \\ | ||
+ | **__Input__** | ||
< | < | ||
- | 1: | + | 4: |
- | …………………………………………………………………………………… | + | 3: |
- | →∡d | + | 2: |
+ | 1: 30.751 | ||
+ | ………………………………………………………………………………………………………… | ||
+ | →∡d | ||
</ | </ | ||
- | will result in $30° 75^{\prime} 10^{\prime\prime}$. | + | \\ |
+ | **__Output__** | ||
< | < | ||
- | 1: ∡30.751d | + | 4: |
- | …………………………………………………………………………………… | + | 3: |
+ | 2: | ||
+ | 1: ∡30.751d | ||
+ | ………………………………………………………………………………………………………… | ||
+ | | ||
</ | </ | ||
- | After multiplication | + | \\ |
+ | To trigger normalization of $30° 75^{\prime} 10^{\prime\prime}$ it's sufficient to multiply it by '' | ||
+ | \\ | ||
+ | **__Input__** | ||
< | < | ||
- | 1: ∡30.751d | + | 4: |
- | …………………………………………………………………………………… | + | 3: |
- | 1 * | + | 2: |
+ | 1: ∡30.751d | ||
+ | ………………………………………………………………………………………………………… | ||
+ | 1 * | ||
</ | </ | ||
- | the angle is normalized to $31° 15^{\prime} 10^{\prime\prime}$. | + | \\ |
+ | **__Output__** | ||
< | < | ||
- | 1: | + | 4: |
- | …………………………………………………………………………………… | + | 3: |
+ | 2: | ||
+ | 1: | ||
+ | ………………………………………………………………………………………………………… | ||
+ | | ||
</ | </ | ||
+ | The normalized angle is $31° 15^{\prime} 10^{\prime\prime}$. | ||
</ | </ | ||
Line 67: | Line 103: | ||
{{page> | {{page> | ||
</ | </ | ||
+ |