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>acos()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ACOS()
 Computes the cosine arc
------------------------------------------------------------------------------
 Syntax

     ACOS(<nCosine>) --> nCosArc

 Argument

     <nCosine>  Designates the cosine value for an angle where the
     response is determined in radians.  The value is in the range of -1 to
     +1 (inclusive).

 Returns

     ACOS() returns the cosine arc for <nCosine>.

 Description

     ACOS() determines an angle size in radians for a cosine value.  The
     returned value is in the range of 0 to pi.

 Note

     .  The precision of the result can be influenced by the SETPREC()
        function.

 Example

     Compute the cosine arc:

     ? STR(ACOS(0.7), 18, 15)      // 0.795398830184144


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

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