CT_COT

 COT()
 Computes the cotangent
------------------------------------------------------------------------------
 Syntax

     COT(<nArc>) --> nCoTangent

 Argument

     <nArc>  Designates a radian value for which the cotangent is
     determined.

 Returns

     COT() returns the cotangent of the value specified in <nArc>.

 Description

     COT() computes the cotangent of an angle measured in radians.

 Note

     .  If the values are specified in degrees, use the DTOR()
        function to convert them.

 Example

     Computes the cotangent:

     ? STR(COT(PI() /4), 18, 15)      // 1.000000000000000
     ? STR(COT(PI() /2), 18, 15)      // 0.000000000000000
     ? STR(COT(PI() /9), 18, 15)      // 2.747477419454622

See Also: SIN() COS() TAN() DTOR()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.