Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>asin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ASIN()
 Computes the sine arc
------------------------------------------------------------------------------
 Syntax

     ASIN(<nSine>) --> nSineArc

 Argument

     <nSine>  Designates the angle sine value for which you want the
     response determined in radians.  The value can be in the range of -1 to
     +1 (inclusive).

 Returns

     ASIN() returns the arc sine for <nSine>.

 Description

     ASIN() determines an angle size in radians for a sine value.  The return
     value is in the range of -pi/2 to +pi/2.

 Note

     .  The SETPREC() function can influence the result.

 Example

     Compute the sine arc:

     ? STR(ASIN(0.5), 18, 15)      // 0.523598775598299


See Also: ACOS() ATAN() ATN2() DTOR() RTOD() SETPREC() SIN() TAN()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson