Post Reply 
WP-34S Polar to Rectangular (no quadrant checking)
02-28-2014, 07:55 AM (This post was last modified: 02-28-2014 08:27 AM by Paul Dale.)
Post: #5
RE: WP-34S Polar to Rectangular (no quadrant checking)
I think the XROM code would be:

Code:
        XLBL "RECTPOLAR"
                XIN DYADIC
                RCL Y
                SIN
                RCL[times] Y
                [<->] YZXX
                COS
                [times]
                XOUT xOUT_NORMAL

It will be a lot slower than the C version and less accurate in DP mode but should deal with these orthogonal cases properly.

I'm not implementing and debugging this tonight however.


- Pauli
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: WP-34S Polar to Rectangular (no quadrant checking) - Paul Dale - 02-28-2014 07:55 AM



User(s) browsing this thread: 1 Guest(s)