Manuals Give Incorrect Maximum and Minimum Values for ASIN()

ID: Q98351

The information in this article applies to:

The documentation for the ASIN() function in the "Commands & Functions" manuals for versions 1.02 and 2.0 and the "Language Reference" manual for version 2.5 lists an incorrect minimum value of -1.57079 and maximum value of +1.57079.

The actual value returned at six decimal places is 1.570796. Due to rounding, the maximum value returned if five decimal places are displayed is 1.57080. The minimum value if five decimal places are displayed is -1.57080. For example:

   SET DECIMALS TO 5
   ?ASIN(1)        && Returns  1.57080

   SET DECIMALS TO 7
   ?ASIN(1)        && Returns  1.5707963

Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a ASIN() SET DECIMALS docerr KBCategory: kbprg kbdocerr KBSubcategory: FxprgGeneral

Last Reviewed: June 27, 1995