HP 50g Inverse by Coordinates
|
06-07-2015, 10:51 PM
Post: #1
|
|||
|
|||
HP 50g Inverse by Coordinates
Hello,
The following code was inspired by Dave Britten: Code: \<< SWAP 4 ROLL - SWAP Input: 4:N1 3:E1 2:N2 1:E2 Output: 2:Azimuth 1:Distance Regards, Mark |
|||
06-08-2015, 02:14 PM
(This post was last modified: 06-09-2015 02:45 AM by RMollov.)
Post: #2
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
(06-07-2015 10:51 PM)MNH Wrote: Hello, So you assume the calculator is set to DEGREES Another way of doing it can be: Code: \<< RECT \->V2 UNROT \->V2 - CYLIN V\-> 360 MOD SWAP \>> Cheers, |
|||
06-09-2015, 01:48 PM
(This post was last modified: 06-09-2015 01:53 PM by MNH.)
Post: #3
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
Thanks for replying! My calculator is in DEG mode. Your code didn't work with my input.
Input: 4:5,000.0000 3:5,000.0000 2:5,300.0000 1:5,400.0000 Output: 3:[7,566.3730 <45.5355] 2:45.0000 1:7,071.0678 Will have to investigate! How do you make the measured angle symbol when posting in this forum? |
|||
06-09-2015, 07:22 PM
Post: #4
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
(06-09-2015 01:48 PM)MNH Wrote: How do you make the measured angle symbol when posting in this forum? \<) Or then ∠ as suggested by: Mapping HP48 Text to Unicode Cheers Thomas |
|||
06-09-2015, 07:26 PM
(This post was last modified: 06-09-2015 07:26 PM by Massimo Gnerucci.)
Post: #5
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
(06-09-2015 07:22 PM)Thomas Klemm Wrote:(06-09-2015 01:48 PM)MNH Wrote: How do you make the measured angle symbol when posting in this forum? ∡ looks more similar though. Greetings, Massimo -+×÷ ↔ left is right and right is wrong |
|||
06-09-2015, 08:59 PM
Post: #6
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
(06-09-2015 07:26 PM)Massimo Gnerucci Wrote: ∡ looks more similar though. Quote:While ∡ 2221 is visually an even better match, this character often does not render properly on various computer platforms and software. In short, some users will just see empty boxes such as: The article is from July 11, 2012. This character is rendered properly in my firefox browser. Cheers Thomas |
|||
06-09-2015, 09:05 PM
Post: #7
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
(06-09-2015 08:59 PM)Thomas Klemm Wrote:(06-09-2015 07:26 PM)Massimo Gnerucci Wrote: ∡ looks more similar though. Ooops, didn't read down there! :) However MNH asked for "the measured angle symbol" ∠U+2220 ANGLE ∡U+2221 MEASURED ANGLE Greetings, Massimo -+×÷ ↔ left is right and right is wrong |
|||
06-09-2015, 09:09 PM
Post: #8
|
|||
|
|||
RE: HP 50g Inverse by Coordinates | |||
06-09-2015, 09:14 PM
Post: #9
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
(06-09-2015 09:09 PM)Thomas Klemm Wrote:(06-09-2015 01:48 PM)MNH Wrote: How do you make the measured angle symbol when posting in this forum? We have a winner. ;) Greetings, Massimo -+×÷ ↔ left is right and right is wrong |
|||
06-10-2015, 10:59 AM
(This post was last modified: 06-10-2015 01:55 PM by RMollov.)
Post: #10
|
|||
|
|||
RE: HP 50g Inverse by Coordinates
Code:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)