Cotan

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Math > Trigonometric function >

Cotan

 

Description

 

Returns the cotangent of Angle in radians.

 

Syntax

 

n = CosH(Angle)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

Angle

Number

No

Any numerical expression

 

Remarks

 

Cotan(Angle) = Cos(Angle) / Sin(Angle)

 

Restrictions

 

See also

 

Examples