Strickley in answer to question -
Now I'm confused ...I didn't do a question. I just put a code for calculating the ATAN2 function. The complete code is on line 1910. I also know that the PB ATN function returns its value in extended-precision and the ATAN2 function will use this precision only if it is in the interest of the programmer. Typically, implementations of the ATAN2 function takes some space, I'd say about 10 lines of code - This version fit in just one line! But yes, to run in extended precision are necessary the changes that you indicated.
Anyway my thanks!
Arthur.
Code:
LOCAL R1, SE, SN, X AS EXT 'single 120 R1=5.72957795130823209e+01## '57.29578!
Leave a comment: