diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..504c6e7 --- /dev/null +++ b/README.txt @@ -0,0 +1,19 @@ +Store all angles in the form 42° 23.3", as 42.233 +see listings for the 4 programs + +# helper functions +ASN HMS LN +ASN HR e^x +ASN HMS+ log +ASN HMS- 10^x +ASN DMS2HMS SQRT #change from 18°10,8' => 18°10'48" +ASN HMS2DMS x^2 #change from 18°10'48" => 18°10,8' +ASN CALCD 1/x +ASN CALCX E+ + +# result registers +REG 01 # A -> gegisste Position +REG 02 # B -> +REG 03 # C +REG 04 # D +REG 05 # x |
