qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FPATAN
   Summary  Timings
────────────────────────────────────────────────────────────────────────────
 
Partial Arctangent
 
Syntax:  FPATAN
 
Finds the partial tangent by calculating Z = ARCTAN(Y / X). X is taken
from ST and Y from ST(1). On the 8087 and 80287, Y and X must be in the
range 0 ≤ Y < X < ∞. On the 80387, there is no restriction on X and Y. X
is popped from the stack and Z replaces Y in ST.
                                    -♦-