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.
F2XM1
   Summary  Timings
────────────────────────────────────────────────────────────────────────────
 
Calculate 2(^X)-1
 
Syntax:  F2XM1
 
Calculates Y = 2(^X) - 1. X is taken from ST. The result, Y, is returned
in ST. X must be in the range 0 ≤ X ≤ 0.5 on the 8087 and 80287, or in
the range -1.0 ≤ X ≤ +1.0 on the 80387.
                                    -♦-