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.
FPTAN
   Summary  Timings
────────────────────────────────────────────────────────────────────────────
 
Partial Tangent
 
Syntax:  FPTAN
 
Finds the partial tangent by calculating Y / X = TAN(Z). Z is taken from
ST. Z must be in the range 0 ≤ Z ≤ π / 4 on the 8087 and 80287. On the
80387, |Z| must be less than 2^63. The result is the ratio Y / X. Y
replaces Z, and X is pushed into ST. Thus Y is returned in ST(1) and X
in ST.
                                    -♦-